Home
last modified time | relevance | path

Searched refs:fault_in_kernel_space (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/sh/mm/
Dfault.c386 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
420 if (unlikely(fault_in_kernel_space(address))) { in do_page_fault()
/linux-4.1.27/arch/x86/mm/
Dfault.c1029 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1097 if (unlikely(fault_in_kernel_space(address))) { in __do_page_fault()