Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dlguest.h4 #define GDT_ENTRY_LGUEST_CS 10 macro
6 #define LGUEST_CS (GDT_ENTRY_LGUEST_CS * 8)
/linux-4.4.14/drivers/lguest/
Dsegments.c55 || num == GDT_ENTRY_LGUEST_CS in ignored_gdt()
112 gdt[GDT_ENTRY_LGUEST_CS] = FULL_EXEC_SEGMENT; in setup_default_gdt_entries()
/linux-4.4.14/drivers/lguest/x86/
Dcore.c570 get_cpu_gdt_table(i)[GDT_ENTRY_LGUEST_CS] = FULL_EXEC_SEGMENT; in lguest_arch_host_init()