Home
last modified time | relevance | path

Searched refs:bad_kuap_fault (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dkup-8xx.h64 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkup.h61 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dkup-radix.h141 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dkup.h181 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dfault.c228 if (bad_kuap_fault(regs, address, is_write)) in bad_kernel_fault()