Searched defs:do_page_fault (Results 1 – 16 of 16) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | entry.S | 425 #define do_page_fault do_trap_unknown macro
|
H A D | traps.c | 358 asmlinkage __visible noinstr void do_page_fault(struct pt_regs *regs) in do_page_fault() function
|
/linux/arch/m68k/mm/ |
H A D | fault.c | 70 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
|
/linux/arch/microblaze/mm/ |
H A D | fault.c | 86 void do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
|
/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
|
/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
|
/linux/arch/nios2/mm/ |
H A D | fault.c | 43 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long cause, in do_page_fault() function
|
/linux/arch/openrisc/mm/ |
H A D | fault.c | 46 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
|
/linux/arch/mips/mm/ |
H A D | fault.c | 324 asmlinkage void do_page_fault(struct pt_regs *regs, in do_page_fault() function
|
/linux/arch/xtensa/mm/ |
H A D | fault.c | 88 void do_page_fault(struct pt_regs *regs) in do_page_fault() function
|
/linux/arch/arm/mm/ |
H A D | fault.c | 264 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
|
/linux/arch/csky/mm/ |
H A D | fault.c | 187 asmlinkage void do_page_fault(struct pt_regs *regs) in do_page_fault() function
|
/linux/arch/loongarch/mm/ |
H A D | fault.c | 297 asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, in do_page_fault() function
|
/linux/arch/parisc/mm/ |
H A D | fault.c | 267 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault() function
|
/linux/arch/sh/mm/ |
H A D | fault.c | 389 asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, in do_page_fault() function
|