Home
last modified time | relevance | path

Searched refs:LGUEST_CS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dlguest.h6 #define LGUEST_CS (GDT_ENTRY_LGUEST_CS * 8) macro
/linux-4.4.14/drivers/lguest/
Dinterrupts_and_traps.c603 idt->a = (LGUEST_CS<<16) | (handler&0x0000FFFF); in default_idt_entry()
/linux-4.4.14/drivers/lguest/x86/
Dcore.c581 lguest_entry.segment = LGUEST_CS; in lguest_arch_host_init()