Searched refs:kfence_handle_page_fault (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | kfence.h | 203 bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs); 216 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault() function
|
| /linux/arch/riscv/mm/ |
| A D | fault.c | 52 if (kfence_handle_page_fault(addr, regs->cause == EXC_STORE_PAGE_FAULT, regs)) in no_context()
|
| /linux/arch/powerpc/mm/ |
| A D | fault.c | 418 if (kfence_handle_page_fault(address, is_write, regs)) in ___do_page_fault()
|
| /linux/arch/s390/mm/ |
| A D | fault.c | 384 if (kfence_handle_page_fault(address, is_write, regs)) in do_exception()
|
| /linux/arch/parisc/kernel/ |
| A D | traps.c | 794 if (kfence_handle_page_fault(fault_address, in handle_interruption()
|
| /linux/arch/arm64/mm/ |
| A D | fault.c | 385 if (kfence_handle_page_fault(addr, esr & ESR_ELx_WNR, regs)) in __do_kernel_fault()
|
| /linux/mm/kfence/ |
| A D | core.c | 951 bool kfence_handle_page_fault(unsigned long addr, bool is_write, struct pt_regs *regs) in kfence_handle_page_fault() function
|
| /linux/arch/x86/mm/ |
| A D | fault.c | 686 kfence_handle_page_fault(address, error_code & X86_PF_WRITE, regs)) in page_fault_oops()
|
| /linux/Documentation/dev-tools/ |
| A D | kfence.rst | 298 kfence_handle_page_fault
|
Completed in 16 milliseconds