Searched refs:handle_page_fault (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | entry-common.h | 25 void handle_page_fault(struct pt_regs *regs);
|
| /linux-6.15/arch/um/kernel/ |
| H A D | trap.c | 25 int handle_page_fault(unsigned long address, unsigned long ip, in handle_page_fault() function 252 err = handle_page_fault(address, ip, is_write, is_user, in segv()
|
| /linux-6.15/arch/um/include/shared/ |
| H A D | kern_util.h | 33 extern int handle_page_fault(unsigned long address, unsigned long ip,
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | page_tables.rst | 188 `DEFINE_IDTENTRY_RAW_ERRORCODE()` 宏定义的,该宏调用 `handle_page_fault()`。
|
| /linux-6.15/arch/um/kernel/skas/ |
| H A D | uaccess.c | 53 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code); in maybe_map()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | fault.c | 275 void handle_page_fault(struct pt_regs *regs) in handle_page_fault() function
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | traps.c | 372 handle_page_fault(regs); in do_page_fault()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | fault.c | 1468 handle_page_fault(struct pt_regs *regs, unsigned long error_code, in handle_page_fault() function 1538 handle_page_fault(regs, error_code, address); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|
| /linux-6.15/Documentation/mm/ |
| H A D | page_tables.rst | 229 `DEFINE_IDTENTRY_RAW_ERRORCODE()` macro which calls `handle_page_fault()`.
|