Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dentry-common.h25 void handle_page_fault(struct pt_regs *regs);
/linux-6.12.1/arch/um/kernel/
Dtrap.c24 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/
Dkern_util.h31 extern int handle_page_fault(unsigned long address, unsigned long ip,
/linux-6.12.1/arch/riscv/mm/
Dfault.c223 void handle_page_fault(struct pt_regs *regs) in handle_page_fault() function
/linux-6.12.1/arch/um/kernel/skas/
Duaccess.c53 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code); in maybe_map()
/linux-6.12.1/arch/x86/mm/
Dfault.c1469 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/
Dtraps.c362 handle_page_fault(regs); in do_page_fault()
/linux-6.12.1/Documentation/mm/
Dpage_tables.rst229 `DEFINE_IDTENTRY_RAW_ERRORCODE()` macro which calls `handle_page_fault()`.