Home | History | Annotate | Download | only in asm-x86

Lines Matching refs:gdt

23 	struct desc_struct gdt[GDT_ENTRIES];
29 return per_cpu(gdt_page, cpu).gdt;
140 struct desc_struct *gdt = get_cpu_gdt_table(cpu);
143 gdt[GDT_ENTRY_TLS_MIN + i] = t->tls_array[i];
226 * gdt - GDT pointer
236 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) \
237 movb idx*8+4(gdt), lo_b; \
238 movb idx*8+7(gdt), hi_b; \
240 movw idx*8+2(gdt), lo_w;