Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtraps.h40 bool fault_in_kernel_space(unsigned long address);
/arch/x86/boot/compressed/
Dsev.c113 static bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
/arch/sh/mm/
Dfault.c381 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
415 if (unlikely(fault_in_kernel_space(address))) { in do_page_fault()
/arch/x86/kernel/cpu/mce/
Dseverity.c247 if (fault_in_kernel_space(addr)) in is_copy_from_user()
/arch/x86/mm/
Dfault.c1128 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1546 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
/arch/x86/kernel/
Dsev-shared.c220 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { in vc_insn_string_check()