Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dtraps.h42 bool fault_in_kernel_space(unsigned long address);
/linux-6.12.1/arch/sh/mm/
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.12.1/arch/x86/mm/
Dfault.c1119 bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
1478 if (unlikely(fault_in_kernel_space(address))) { in handle_page_fault()
/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c112 static bool fault_in_kernel_space(unsigned long address) in fault_in_kernel_space() function
/linux-6.12.1/arch/x86/kernel/cpu/mce/
Dseverity.c267 if (fault_in_kernel_space(addr)) in is_copy_from_user()
/linux-6.12.1/arch/x86/coco/tdx/
Dtdx.c437 if (!fault_in_kernel_space(ve->gla)) { in handle_mmio()
/linux-6.12.1/arch/x86/coco/sev/
Dshared.c788 if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { in vc_insn_string_check()