Searched refs:fault_in_kernel_space (Results 1 – 7 of 7) sorted by relevance
43 bool fault_in_kernel_space(unsigned long address);
379 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function413 if (unlikely(fault_in_kernel_space(address))) { in do_page_fault()
111 static bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1107 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function1462 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
255 if (fault_in_kernel_space(addr)) in is_copy_from_user()
409 if (!fault_in_kernel_space(ve->gla)) { in handle_mmio()
635 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { in vc_insn_string_check()