Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dprocess_32.c154 childregs->cs = __KERNEL_CS | get_kernel_rpl(); in copy_thread()
277 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()
Dprocess_64.c184 childregs->cs = __KERNEL_CS | get_kernel_rpl(); in copy_thread()
/linux-4.1.27/arch/x86/include/asm/
Dsegment.h220 # define get_kernel_rpl() 0 macro
Dparavirt.h124 #define get_kernel_rpl() (pv_info.kernel_rpl) macro
/linux-4.1.27/arch/ia64/include/asm/
Dparavirt.h100 static inline unsigned int get_kernel_rpl(void) in get_kernel_rpl() function
/linux-4.1.27/drivers/lguest/
Dcore.c317 if (get_kernel_rpl() != 0) { in init()
/linux-4.1.27/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()