Searched refs:handle_interruption (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | unwind.c | 222 extern void * const handle_interruption; in unwind_special() 231 if (pc_is_kernel_fn(pc, handle_interruption)) { in unwind_special() 233 dbg("Unwinding through handle_interruption()\n"); in unwind_special()
|
H A D | traps.c | 475 void notrace handle_interruption(int code, struct pt_regs *regs) in handle_interruption() function 758 "handle_interruption() pid=%d command='%s'\n", in handle_interruption()
|
H A D | entry.S | 100 * or handle_interruption. %r29 is used to hold a pointer 148 * (calls traps.c:handle_interruption) */ 745 .import handle_interruption,code 1112 b handle_interruption 1630 .import handle_interruption,code
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | processor.h | 301 extern void handle_interruption(int, struct pt_regs *);
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | unwind.c | 232 if (pc_is_kernel_fn(pc, handle_interruption)) { in unwind_special() 234 dbg("Unwinding through handle_interruption()\n"); in unwind_special()
|
H A D | traps.c | 475 void notrace handle_interruption(int code, struct pt_regs *regs) in handle_interruption() function 751 "handle_interruption() pid=%d command='%s'\n", in handle_interruption()
|
H A D | entry.S | 95 * or handle_interruption. %r29 is used to hold a pointer 140 * (calls traps.c:handle_interruption) */ 727 .import handle_interruption,code 1092 b handle_interruption 1557 .import handle_interruption,code
|
Completed in 8 milliseconds