Searched refs:DIE_PAGE_FAULT (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/tile/include/asm/ |
D | kdebug.h | 24 DIE_PAGE_FAULT, enumerator
|
/linux-4.1.27/arch/mips/include/asm/ |
D | kdebug.h | 11 DIE_PAGE_FAULT, enumerator
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kdebug.h | 20 DIE_PAGE_FAULT, enumerator
|
/linux-4.1.27/arch/mips/mm/ |
D | fault.c | 64 if (notify_die(DIE_PAGE_FAULT, "page fault", regs, -1, in __do_page_fault()
|
/linux-4.1.27/arch/tile/kernel/ |
D | kprobes.c | 357 case DIE_PAGE_FAULT: in kprobe_exceptions_notify()
|
D | kgdb.c | 344 if (cmd == DIE_PAGE_FAULT) in kgdb_notify()
|
/linux-4.1.27/arch/mips/kernel/ |
D | kgdb.c | 300 if (cmd == DIE_PAGE_FAULT) in kgdb_mips_notify()
|
D | kprobes.c | 505 case DIE_PAGE_FAULT: in kprobe_exceptions_notify()
|
/linux-4.1.27/arch/tile/mm/ |
D | fault.c | 714 if (notify_die(DIE_PAGE_FAULT, "page fault", regs, -1, in do_page_fault()
|