Searched refs:handle_page_fault (Results 1 – 4 of 4) sorted by relevance
/linux/arch/um/kernel/ |
A D | trap.c | 24 int handle_page_fault(unsigned long address, unsigned long ip, in handle_page_fault() function 130 EXPORT_SYMBOL(handle_page_fault); 226 err = handle_page_fault(address, ip, is_write, is_user, in segv()
|
/linux/arch/um/include/shared/ |
A D | kern_util.h | 32 extern int handle_page_fault(unsigned long address, unsigned long ip,
|
/linux/arch/um/kernel/skas/ |
A D | uaccess.c | 53 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code); in maybe_map()
|
/linux/arch/x86/mm/ |
A D | fault.c | 1473 handle_page_fault(struct pt_regs *regs, unsigned long error_code, in handle_page_fault() function 1541 handle_page_fault(regs, error_code, address); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|
Completed in 9 milliseconds