Home
last modified time | relevance | path

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

12

/arch/xtensa/kernel/
Dtraps.c65 extern void do_page_fault (struct pt_regs*, unsigned long);
107 { EXCCAUSE_ITLB_MISS, 0, do_page_fault },
110 { EXCCAUSE_ITLB_PRIVILEGE, 0, do_page_fault },
112 { EXCCAUSE_FETCH_CACHE_ATTRIBUTE, 0, do_page_fault },
114 { EXCCAUSE_DTLB_MISS, 0, do_page_fault },
116 { EXCCAUSE_DTLB_PRIVILEGE, 0, do_page_fault },
119 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, 0, do_page_fault },
120 { EXCCAUSE_LOAD_CACHE_ATTRIBUTE, 0, do_page_fault },
/arch/cris/arch-v10/mm/
Dfault.c31 asmlinkage void do_page_fault(unsigned long address, struct pt_regs *regs,
75 do_page_fault(address, regs, 0, writeac); in handle_mmu_bus_fault()
77 do_page_fault(address, regs, 1, we); in handle_mmu_bus_fault()
/arch/parisc/include/asm/
Dtraps.h12 void do_page_fault(struct pt_regs *regs, unsigned long code,
/arch/h8300/mm/
Dfault.c34 asmlinkage int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
/arch/m68knommu/mm/
Dfault.c35 asmlinkage int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
/arch/mips/mm/
Dtlbex-fault.S23 j do_page_fault
Dfault.c34 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long write, in do_page_fault() function
/arch/arm/mm/
Dfault.c245 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() function
352 return do_page_fault(addr, fsr, regs); in do_translation_fault()
419 { do_page_fault, SIGSEGV, SEGV_MAPERR, "page translation fault" },
427 { do_page_fault, SIGSEGV, SEGV_ACCERR, "page permission fault" },
/arch/m32r/mm/
Dfault-nommu.c70 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code, in do_page_fault() function
/arch/mn10300/mm/
Dtlb-mn10300.S204 call do_page_fault[],0 # do_page_fault(regs,code,addr
Dfault.c125 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long fault_code, in do_page_fault() function
/arch/x86/include/asm/
Dtraps.h54 dotraplinkage void do_page_fault(struct pt_regs *, unsigned long);
/arch/m68k/kernel/
Dtraps.c239 asmlinkage int do_page_fault(struct pt_regs *regs, unsigned long address,
282 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060()
456 if (do_page_fault(&fp->ptregs, addr, errorcode)) { in access_error040()
606 do_page_fault (&fp->ptregs, addr, errorcode); in bus_error030()
624 do_page_fault (&fp->ptregs, addr, 0); in bus_error030()
699 if (do_page_fault (&fp->ptregs, addr, errorcode) < 0) in bus_error030()
802 do_page_fault (&fp->ptregs, addr, 0); in bus_error030()
/arch/parisc/mm/
Dfault.c171 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault() function
/arch/m68k/mm/
Dfault.c85 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
/arch/alpha/mm/
Dfault.c85 do_page_fault(unsigned long address, unsigned long mmcsr, in do_page_fault() function
/arch/cris/arch-v32/mm/
Dmmu.S51 jsr do_page_fault
194 jsr do_page_fault
/arch/cris/mm/
Dfault.c53 do_page_fault(unsigned long address, struct pt_regs *regs, in do_page_fault() function
/arch/avr32/mm/
Dfault.c56 asmlinkage void do_page_fault(unsigned long ecr, struct pt_regs *regs) in do_page_fault() function
/arch/xtensa/mm/
Dfault.c38 void do_page_fault(struct pt_regs *regs) in do_page_fault() function
/arch/frv/mm/
Dfault.c33 asmlinkage void do_page_fault(int datammu, unsigned long esr0, unsigned long ear0) in do_page_fault() function
/arch/powerpc/mm/
Dfault.c117 int __kprobes do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() function
/arch/sh/mm/
Dfault_32.c29 asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, in do_page_fault() function
Dtlbflush_64.c91 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long writeaccess, in do_page_fault() function
/arch/frv/kernel/
Dentry.S603 sethi.p %hi(do_page_fault),gr5
604 setlo %lo(do_page_fault),gr5
605 jmpl @(gr5,gr0) ; call do_page_fault(0,esr0,ear0)

12