Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtraps.h40 bool fault_in_kernel_space(unsigned long address);
/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()
/linux/arch/x86/boot/compressed/
H A Dsev-handle-vc.c87 static bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
/linux/arch/x86/mm/
H A Dfault.c1117 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1473 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
/linux/arch/x86/coco/sev/
H A Dvc-shared.c125 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { in vc_insn_string_check()
/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c267 if (fault_in_kernel_space(addr)) in is_copy_from_user()
/linux/arch/x86/coco/tdx/
H A Dtdx.c606 if (!fault_in_kernel_space(ve->gla)) { in handle_mmio()