tag | line | file | source code |
---|---|---|---|
mach_process_int | 170 | arch/m68k/kernel/ints.c | if (mach_process_int) |
mach_process_int | 171 | arch/m68k/kernel/ints.c | mach_process_int(vec, regs); |
mach_process_int | 57 | arch/m68k/kernel/setup.c | void (*mach_process_int) (int, struct pt_regs *) = NULL; |
mach_process_int | 25 | include/asm-m68k/machdep.h | extern void (*mach_process_int) (int level, struct pt_regs *fp); |