Searched refs:handle_page_fault (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | entry-common.h | 25 void handle_page_fault(struct pt_regs *regs);
|
/linux-6.12.1/arch/um/kernel/ |
D | trap.c | 24 int handle_page_fault(unsigned long address, unsigned long ip, in handle_page_fault() function 237 err = handle_page_fault(address, ip, is_write, is_user, in segv()
|
/linux-6.12.1/arch/um/include/shared/ |
D | kern_util.h | 31 extern int handle_page_fault(unsigned long address, unsigned long ip,
|
/linux-6.12.1/arch/riscv/mm/ |
D | fault.c | 223 void handle_page_fault(struct pt_regs *regs) in handle_page_fault() function
|
/linux-6.12.1/arch/um/kernel/skas/ |
D | uaccess.c | 53 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code); in maybe_map()
|
/linux-6.12.1/arch/x86/mm/ |
D | fault.c | 1469 handle_page_fault(struct pt_regs *regs, unsigned long error_code, in handle_page_fault() function 1539 handle_page_fault(regs, error_code, address); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | traps.c | 362 handle_page_fault(regs); in do_page_fault()
|
/linux-6.12.1/Documentation/mm/ |
D | page_tables.rst | 229 `DEFINE_IDTENTRY_RAW_ERRORCODE()` macro which calls `handle_page_fault()`.
|