Home
last modified time | relevance | path

Searched refs:get_kernel_rpl (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dsegment.h214 # define get_kernel_rpl() 0 macro
Dparavirt.h157 #define get_kernel_rpl() (pv_info.kernel_rpl) macro
/Linux-v5.4/arch/x86/kernel/
Dprocess_32.c264 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()
/Linux-v5.4/arch/x86/kernel/kprobes/
Dopt.c162 regs->cs |= get_kernel_rpl(); in optimized_callback()
Dcore.c784 regs->cs |= get_kernel_rpl(); in trampoline_handler()