Searched refs:fault_in_kernel_space (Results 1 – 4 of 4) sorted by relevance
40 bool fault_in_kernel_space(unsigned long address);
381 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function415 if (unlikely(fault_in_kernel_space(address))) { in do_page_fault()
1131 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function1426 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
251 if (fault_in_kernel_space(addr)) in is_copy_from_user()