Searched refs:preds (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/hexagon/kernel/ |
D | ptrace.c | 57 membuf_store(&to, regs->preds); in genregs_get() 102 INEXT(®s->preds, p3_0); in genregs_set()
|
D | signal.c | 50 err |= __put_user(regs->preds, &sc->sc_regs.p3_0); in setup_sigcontext() 80 err |= __get_user(regs->preds, &sc->sc_regs.p3_0); in restore_sigcontext()
|
D | vm_events.c | 28 printk(KERN_EMERG "preds: \t\t0x%08lx\n", regs->preds); in show_regs()
|
D | kgdb.c | 54 { "preds", GDB_SIZEOF_REG, offsetof(struct pt_regs, preds)},
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | fpswa.h | 59 unsigned long *fsr, unsigned long *isr, unsigned long *preds,
|
/linux-6.1.9/arch/hexagon/include/uapi/asm/ |
D | registers.h | 32 unsigned long preds; member
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | elf.h | 141 DEST.p3_0 = REGS->preds; \
|
/linux-6.1.9/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 272 if (EDGE_COUNT(EXIT_BLOCK_PTR_FOR_FN(cfun)->preds) == 0) in latent_entropy_gate() 414 FOR_EACH_EDGE(e, ei, last_bb_e->src->preds) { in perturb_latent_entropy()
|
/linux-6.1.9/kernel/trace/ |
D | trace_events_filter.c | 1626 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument 1719 *preds = nr_preds; in calc_stack()
|