Home
last modified time | relevance | path

Searched refs:GDT_ENTRY_LDT (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dsegment.h85 #define GDT_ENTRY_LDT (GDT_ENTRY_KERNEL_BASE+5) macro
169 #define GDT_ENTRY_LDT 10 /* needs two entries */ macro
Ddesc.h204 write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT, in native_set_ldt()
206 asm volatile("lldt %w0"::"q" (GDT_ENTRY_LDT*8)); in native_set_ldt()