Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds