| /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 | 335 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function 517 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function 549 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/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/riscv/kernel/ |
| H A D | entry.S | 474 #define do_page_fault do_trap_unknown macro 494 ALT_PAGE_FAULT(RISCV_PTR do_page_fault) 495 RISCV_PTR do_page_fault /* load page fault */ 497 RISCV_PTR do_page_fault /* store page fault */
|
| /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 | errata_list.h | 24 ALTERNATIVE(__stringify(RISCV_PTR do_page_fault), \
|
| H A D | asm-prototypes.h | 60 asmlinkage void do_page_fault(struct pt_regs *regs);
|
| /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
|
| /linux/arch/alpha/mm/ |
| H A D | fault.c | 85 do_page_fault(unsigned long address, unsigned long mmcsr, in do_page_fault() function
|