Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtraps.h43 bool fault_in_kernel_space(unsigned long address);
/openbmc/linux/arch/sh/mm/
H A Dfault.c379 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
413 if (unlikely(fault_in_kernel_space(address))) { in do_page_fault()
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c111 static bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
/openbmc/linux/arch/x86/mm/
H A Dfault.c1107 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1462 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c255 if (fault_in_kernel_space(addr)) in is_copy_from_user()
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c409 if (!fault_in_kernel_space(ve->gla)) { in handle_mmio()
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c635 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { in vc_insn_string_check()