Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsegment.h215 # define get_kernel_rpl() 0 macro
Dparavirt.h107 #define get_kernel_rpl() (pv_info.kernel_rpl) macro
/Linux-v4.19/arch/x86/kernel/
Dprocess_32.c264 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()
/Linux-v4.19/arch/x86/kernel/kprobes/
Dopt.c171 regs->cs = __KERNEL_CS | get_kernel_rpl(); in optimized_callback()
Dcore.c769 regs->cs = __KERNEL_CS | get_kernel_rpl(); in trampoline_handler()