Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtraps.h40 bool fault_in_kernel_space(unsigned long address);
/linux-6.15/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()
/linux-6.15/arch/x86/boot/compressed/
H A Dsev.c112 static bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
/linux-6.15/arch/x86/mm/
H A Dfault.c1118 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1477 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dseverity.c267 if (fault_in_kernel_space(addr)) in is_copy_from_user()
/linux-6.15/arch/x86/coco/tdx/
H A Dtdx.c566 if (!fault_in_kernel_space(ve->gla)) { in handle_mmio()
/linux-6.15/arch/x86/coco/sev/
H A Dshared.c789 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { in vc_insn_string_check()