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

/linux-master/arch/x86/include/asm/
H A Ddesc.h44 struct gdt_page { struct
48 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
49 DECLARE_INIT_PER_CPU(gdt_page); variable
54 return per_cpu(gdt_page, cpu).gdt;
60 return this_cpu_ptr(&gdt_page)->gdt;
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S499 INIT_PER_CPU(gdt_page);
H A Dhead_64.S343 leaq gdt_page(%rdx), %rax
H A Dhead64.c565 .address = (unsigned long)&RIP_REL_REF(init_per_cpu_var(gdt_page.gdt)),
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c198 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
241 EXPORT_PER_CPU_SYMBOL_GPL(gdt_page); variable
/linux-master/arch/x86/entry/
H A Dentry_32.S308 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page + GDT_ESPFIX_OFFSET)
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1407 * percpu gdt_page is to remember it here, so we can go and
1410 xen_initial_gdt = &per_cpu(gdt_page, 0);
/linux-master/arch/x86/events/
H A Dcore.c2810 desc = raw_cpu_ptr(gdt_page.gdt) + idx;

Completed in 148 milliseconds