Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c154 childregs->cs = __KERNEL_CS | get_kernel_rpl(); in copy_thread_tls()
279 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()
Dprocess_64.c185 childregs->cs = __KERNEL_CS | get_kernel_rpl(); in copy_thread_tls()
/linux-4.4.14/arch/x86/include/asm/
Dsegment.h220 # define get_kernel_rpl() 0 macro
Dparavirt.h130 #define get_kernel_rpl() (pv_info.kernel_rpl) macro
/linux-4.4.14/drivers/lguest/
Dcore.c317 if (get_kernel_rpl() != 0) { in init()
/linux-4.4.14/arch/x86/kernel/kprobes/
Dopt.c159 regs->cs = __KERNEL_CS | get_kernel_rpl(); in optimized_callback()
Dcore.c726 regs->cs = __KERNEL_CS | get_kernel_rpl(); in trampoline_handler()