tag | line | file | source code |
---|---|---|---|
mach_remove_isr | 263 | arch/m68k/amiga/config.c | mach_remove_isr = amiga_remove_isr; |
mach_remove_isr | 211 | arch/m68k/atari/config.c | mach_remove_isr = atari_remove_isr; |
mach_remove_isr | 144 | arch/m68k/kernel/ints.c | return mach_remove_isr (source, isr); |
mach_remove_isr | 56 | arch/m68k/kernel/setup.c | int (*mach_remove_isr) (unsigned long, isrfunc); |
mach_remove_isr | 23 | include/asm-m68k/machdep.h | extern int (*mach_remove_isr) (unsigned long source, isrfunc handler); |