Home
last modified time | relevance | path

Searched refs:handle_page_fault (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/riscv/include/asm/
H A Dentry-common.h25 void handle_page_fault(struct pt_regs *regs);
/linux-6.15/arch/um/kernel/
H A Dtrap.c25 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 Dkern_util.h33 extern int handle_page_fault(unsigned long address, unsigned long ip,
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dpage_tables.rst188 `DEFINE_IDTENTRY_RAW_ERRORCODE()` 宏定义的,该宏调用 `handle_page_fault()`。
/linux-6.15/arch/um/kernel/skas/
H A Duaccess.c53 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code); in maybe_map()
/linux-6.15/arch/riscv/mm/
H A Dfault.c275 void handle_page_fault(struct pt_regs *regs) in handle_page_fault() function
/linux-6.15/arch/riscv/kernel/
H A Dtraps.c372 handle_page_fault(regs); in do_page_fault()
/linux-6.15/arch/x86/mm/
H A Dfault.c1468 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 Dpage_tables.rst229 `DEFINE_IDTENTRY_RAW_ERRORCODE()` macro which calls `handle_page_fault()`.