Home
last modified time | relevance | path

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

123

/linux/arch/arm/mm/
H 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" },
H 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" },
H A Dfault.c293 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 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()
/linux/arch/arm64/mm/
H A Dfault.c556 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 Dentry.S439 #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 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
/linux/arch/m68k/mm/
H A Dfault.h5 int do_page_fault(struct pt_regs *regs, unsigned long address,
H A Dfault.c70 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
/linux/arch/nios2/include/asm/
H A Dtraps.h17 void do_page_fault(struct pt_regs *regs, unsigned long cause,
/linux/arch/parisc/include/asm/
H A Dtraps.h19 void do_page_fault(struct pt_regs *regs, unsigned long code,
/linux/arch/mips/mm/
H A Dtlbex-fault.S22 jal do_page_fault
H A Dfault.c324 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 Dtraps_32.h46 asmlinkage void do_page_fault(struct pt_regs *regs,
/linux/arch/riscv/errata/sifive/
H A Derrata_cip_453.S27 la t0, do_page_fault
/linux/arch/csky/include/asm/
H A Dtraps.h58 asmlinkage void do_page_fault(struct pt_regs *regs);
/linux/arch/xtensa/include/asm/
H A Dtraps.h61 void do_page_fault(struct pt_regs *regs);
/linux/arch/riscv/include/asm/
H A Dasm-prototypes.h58 asmlinkage void do_page_fault(struct pt_regs *regs);
H A Derrata_list.h24 ALTERNATIVE(__stringify(RISCV_PTR do_page_fault), \
/linux/arch/loongarch/include/asm/
H A Dexception.h28 asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
/linux/arch/mips/include/asm/
H A Dtraps.h61 asmlinkage void do_page_fault(struct pt_regs *regs,
/linux/arch/arc/include/asm/
H A Dentry.h164 extern void do_page_fault(unsigned long, struct pt_regs *);
/linux/arch/arc/kernel/
H A Dentry-arcv2.S157 b do_page_fault
162 ; need to call do_page_fault().
/linux/arch/alpha/include/asm/
H A Dmmu_context.h164 asmlinkage void do_page_fault(unsigned long address, unsigned long mmcsr,
/linux/arch/arc/mm/
H A Dfault.c73 void do_page_fault(unsigned long address, struct pt_regs *regs) in do_page_fault() function

123