Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Ddesc.h44 struct gdt_page { struct
48 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page); argument
53 return per_cpu(gdt_page, cpu).gdt; in get_cpu_gdt_rw()
59 return this_cpu_ptr(&gdt_page)->gdt; in get_current_gdt_rw()
/linux-6.15/arch/x86/kernel/
H A Dhead_64.S346 leaq gdt_page(%rdx), %rax
H A Dhead64.c568 struct desc_struct *gdt = (void *)(__force unsigned long)gdt_page.gdt; in startup_64_setup_gdt_idt()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c201 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
244 EXPORT_PER_CPU_SYMBOL_GPL(gdt_page);
/linux-6.15/arch/x86/entry/
H A Dentry_32.S308 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page + GDT_ESPFIX_OFFSET)
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1489 xen_initial_gdt = &per_cpu(gdt_page, 0); in xen_start_kernel()
/linux-6.15/arch/x86/events/
H A Dcore.c2819 desc = raw_cpu_ptr(gdt_page.gdt) + idx; in get_segment_base()