Searched refs:pt_regs (Results 1 – 20 of 20) sorted by relevance
27 struct pt_regs { struct52 struct pt_regs { argument
241 #define task_pt_regs(task) ({ struct pt_regs *__regs__; __regs__ = (struct pt_regs *)(KSTK_TOP…
16 struct pt_regs;60 typedef void (*handler_t)(int, struct pt_regs *);
15 struct pt_regs;
17 struct pt_regs;
79 struct pt_regs *regs);
56 irqreturn_t (*handler)(int, void *, struct pt_regs *);
22 struct pt_regs;
41 struct pt_regs;
59 struct pt_regs;
35 struct pt_regs { struct
85 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk) - 1)
35 #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t))
66 struct pt_regs { struct
91 struct pt_regs { struct
54 struct pt_regs usr_regs;