Searched refs:kfence_handle_page_fault (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | kfence.h | 202 bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs); 215 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault() function
|
| /Linux-v5.15/arch/riscv/mm/ |
| D | fault.c | 52 if (kfence_handle_page_fault(addr, regs->cause == EXC_STORE_PAGE_FAULT, regs)) in no_context()
|
| /Linux-v5.15/arch/powerpc/mm/ |
| D | fault.c | 418 if (kfence_handle_page_fault(address, is_write, regs)) in ___do_page_fault()
|
| /Linux-v5.15/mm/kfence/ |
| D | core.c | 820 bool kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs) in kfence_handle_page_fault() function
|
| /Linux-v5.15/arch/s390/mm/ |
| D | fault.c | 386 if (kfence_handle_page_fault(address, is_write, regs)) in do_exception()
|
| /Linux-v5.15/arch/arm64/mm/ |
| D | fault.c | 385 if (kfence_handle_page_fault(addr, esr & ESR_ELx_WNR, regs)) in __do_kernel_fault()
|
| /Linux-v5.15/arch/x86/mm/ |
| D | fault.c | 686 kfence_handle_page_fault(address, error_code & X86_PF_WRITE, regs)) in page_fault_oops()
|
| /Linux-v5.15/Documentation/dev-tools/ |
| D | kfence.rst | 283 kfence_handle_page_fault
|