Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Ddesc.h42 struct gdt_page { struct
46 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page); argument
50 return per_cpu(gdt_page, cpu).gdt; in get_cpu_gdt_table()
/linux-4.4.14/arch/x86/kernel/
Dvmlinux.lds.S351 INIT_PER_CPU(gdt_page);
Dhead_32.S523 movl $gdt_page,%eax
760 .long gdt_page /* Overwritten for secondary CPUs */
Dhead_64.S521 .quad INIT_PER_CPU_VAR(gdt_page)
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c95 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
147 EXPORT_PER_CPU_SYMBOL_GPL(gdt_page);
Dperf_event.c2241 desc = raw_cpu_ptr(gdt_page.gdt) + idx; in get_segment_base()
/linux-4.4.14/arch/x86/entry/
Dentry_32.S412 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + (GDT_ENTRY_ESPFIX_SS * 8)
/linux-4.4.14/arch/x86/xen/
Denlighten.c1606 xen_initial_gdt = &per_cpu(gdt_page, 0); in xen_start_kernel()