| /linux/arch/arm/mm/ |
| H A D | fsr-3level.c | 10 { do_page_fault, SIGSEGV, SEGV_MAPERR, "level 3 translation fault" }, 13 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 access flag fault" }, 14 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 access flag fault" }, 17 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 permission fault" }, 18 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 permission fault" },
|
| H A D | fsr-2level.c | 14 { do_page_fault, SIGSEGV, SEGV_MAPERR, "page translation fault" }, 22 { do_page_fault, SIGSEGV, SEGV_ACCERR, "page permission fault" }, 54 { do_page_fault, SIGSEGV, SEGV_MAPERR, "page translation fault" }, 62 { do_page_fault, SIGSEGV, SEGV_ACCERR, "page permission fault" },
|
| H A D | fault.c | 293 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function 475 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function 514 return do_page_fault(addr, fsr, regs); in do_translation_fault()
|
| /linux/arch/hexagon/mm/ |
| H A D | vm_fault.c | 37 static void do_page_fault(unsigned long address, long cause, struct pt_regs *regs) in do_page_fault() function 162 do_page_fault(badvadr, FLT_LOAD, regs); in read_protection_fault() 169 do_page_fault(badvadr, FLT_STORE, regs); in write_protection_fault() 176 do_page_fault(badvadr, FLT_IFETCH, regs); in execute_protection_fault()
|
| /linux/arch/arm64/mm/ |
| H A D | fault.c | 556 static int __kprobes do_page_fault(unsigned long far, unsigned long esr, in do_page_fault() function 793 return do_page_fault(far, esr, regs); in do_translation_fault() 870 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 0 access flag fault" }, 871 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 1 access flag fault" }, 872 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 access flag fault" }, 873 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 access flag fault" }, 874 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 0 permission fault" }, 875 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 1 permission fault" }, 876 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 permission fault" }, 877 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 permission fault" },
|
| /linux/arch/riscv/kernel/ |
| H A D | entry.S | 439 #define do_page_fault do_trap_unknown macro 459 ALT_PAGE_FAULT(RISCV_PTR do_page_fault) 460 RISCV_PTR do_page_fault /* load page fault */ 462 RISCV_PTR do_page_fault /* store page fault */
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 34 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long address, 46 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
|
| /linux/arch/m68k/mm/ |
| H A D | fault.h | 5 int do_page_fault(struct pt_regs *regs, unsigned long address,
|
| H A D | fault.c | 70 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
|
| /linux/arch/nios2/include/asm/ |
| H A D | traps.h | 17 void do_page_fault(struct pt_regs *regs, unsigned long cause,
|
| /linux/arch/parisc/include/asm/ |
| H A D | traps.h | 19 void do_page_fault(struct pt_regs *regs, unsigned long code,
|
| /linux/arch/mips/mm/ |
| H A D | tlbex-fault.S | 22 jal do_page_fault
|
| H A D | fault.c | 324 asmlinkage void do_page_fault(struct pt_regs *regs, in do_page_fault() function 333 NOKPROBE_SYMBOL(do_page_fault);
|
| /linux/arch/sh/include/asm/ |
| H A D | traps_32.h | 46 asmlinkage void do_page_fault(struct pt_regs *regs,
|
| /linux/arch/riscv/errata/sifive/ |
| H A D | errata_cip_453.S | 27 la t0, do_page_fault
|
| /linux/arch/csky/include/asm/ |
| H A D | traps.h | 58 asmlinkage void do_page_fault(struct pt_regs *regs);
|
| /linux/arch/xtensa/include/asm/ |
| H A D | traps.h | 61 void do_page_fault(struct pt_regs *regs);
|
| /linux/arch/riscv/include/asm/ |
| H A D | asm-prototypes.h | 58 asmlinkage void do_page_fault(struct pt_regs *regs);
|
| H A D | errata_list.h | 24 ALTERNATIVE(__stringify(RISCV_PTR do_page_fault), \
|
| /linux/arch/loongarch/include/asm/ |
| H A D | exception.h | 28 asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
|
| /linux/arch/mips/include/asm/ |
| H A D | traps.h | 61 asmlinkage void do_page_fault(struct pt_regs *regs,
|
| /linux/arch/arc/include/asm/ |
| H A D | entry.h | 164 extern void do_page_fault(unsigned long, struct pt_regs *);
|
| /linux/arch/arc/kernel/ |
| H A D | entry-arcv2.S | 157 b do_page_fault 162 ; need to call do_page_fault().
|
| /linux/arch/alpha/include/asm/ |
| H A D | mmu_context.h | 164 asmlinkage void do_page_fault(unsigned long address, unsigned long mmcsr,
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 73 void do_page_fault(unsigned long address, struct pt_regs *regs) in do_page_fault() function
|