Home
last modified time | relevance | path

Searched refs:do_page_fault (Results 1 – 25 of 55) sorted by relevance

123

/arch/arm/mm/
A Dfsr-3level.c10 { 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" },
A Dfsr-2level.c14 { 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" },
A Dfault.c264 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function
440 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function
475 return do_page_fault(addr, fsr, regs); in do_translation_fault()
/arch/hexagon/mm/
A Dvm_fault.c37 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()
/arch/xtensa/kernel/
A Dtraps.c115 { EXCCAUSE_ITLB_MISS, 0, do_page_fault },
118 { EXCCAUSE_DTLB_MISS, 0, do_page_fault },
123 { EXCCAUSE_ITLB_PRIVILEGE, 0, do_page_fault },
124 { EXCCAUSE_FETCH_CACHE_ATTRIBUTE, 0, do_page_fault },
126 { EXCCAUSE_DTLB_PRIVILEGE, 0, do_page_fault },
127 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, 0, do_page_fault },
128 { EXCCAUSE_LOAD_CACHE_ATTRIBUTE, 0, do_page_fault },
/arch/arm64/mm/
A Dfault.c552 static int __kprobes do_page_fault(unsigned long far, unsigned long esr, in do_page_fault() function
789 return do_page_fault(far, esr, regs); in do_translation_fault()
866 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 0 access flag fault" },
867 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 1 access flag fault" },
868 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 access flag fault" },
869 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 access flag fault" },
870 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 0 permission fault" },
871 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 1 permission fault" },
872 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 permission fault" },
873 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 permission fault" },
/arch/m68k/mm/
A Dfault.h5 int do_page_fault(struct pt_regs *regs, unsigned long address,
A Dfault.c70 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
/arch/nios2/include/asm/
A Dtraps.h17 void do_page_fault(struct pt_regs *regs, unsigned long cause,
/arch/parisc/include/asm/
A Dtraps.h19 void do_page_fault(struct pt_regs *regs, unsigned long code,
/arch/mips/mm/
A Dtlbex-fault.S22 jal do_page_fault
A Dfault.c324 asmlinkage void do_page_fault(struct pt_regs *regs, in do_page_fault() function
333 NOKPROBE_SYMBOL(do_page_fault);
/arch/sh/include/asm/
A Dtraps_32.h46 asmlinkage void do_page_fault(struct pt_regs *regs,
/arch/openrisc/mm/
A Dfault.c34 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
/arch/riscv/errata/sifive/
A Derrata_cip_453.S27 la t0, do_page_fault
/arch/riscv/kernel/
A Dentry.S438 #define do_page_fault do_trap_unknown macro
458 ALT_PAGE_FAULT(RISCV_PTR do_page_fault)
459 RISCV_PTR do_page_fault /* load page fault */
461 RISCV_PTR do_page_fault /* store page fault */
/arch/csky/include/asm/
A Dtraps.h58 asmlinkage void do_page_fault(struct pt_regs *regs);
/arch/m68k/kernel/
A Dtraps.c165 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060()
329 if (do_page_fault(&fp->ptregs, addr, errorcode)) { in access_error040()
470 do_page_fault (&fp->ptregs, addr, errorcode); in bus_error030()
488 do_page_fault (&fp->ptregs, addr, 0); in bus_error030()
558 if (do_page_fault (&fp->ptregs, addr, errorcode) < 0) in bus_error030()
653 do_page_fault (&fp->ptregs, addr, 0); in bus_error030()
748 do_page_fault(&fp->ptregs, addr, err_code); in access_errorcf()
/arch/xtensa/include/asm/
A Dtraps.h61 void do_page_fault(struct pt_regs *regs);
/arch/riscv/include/asm/
A Dasm-prototypes.h58 asmlinkage void do_page_fault(struct pt_regs *regs);
A Derrata_list.h41 ALTERNATIVE(__stringify(RISCV_PTR do_page_fault), \
/arch/loongarch/include/asm/
A Dexception.h28 asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
/arch/mips/include/asm/
A Dtraps.h61 asmlinkage void do_page_fault(struct pt_regs *regs,
/arch/arc/include/asm/
A Dentry.h164 extern void do_page_fault(unsigned long, struct pt_regs *);
/arch/alpha/include/asm/
A Dmmu_context.h164 asmlinkage void do_page_fault(unsigned long address, unsigned long mmcsr,

Completed in 38 milliseconds

123