Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Ddesc.h43 struct gdt_page { struct
47 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
52 return per_cpu(gdt_page, cpu).gdt; in get_cpu_gdt_rw()
58 return this_cpu_ptr(&gdt_page)->gdt; in get_current_gdt_rw()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Ddesc.h44 struct gdt_page { struct
48 DECLARE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page);
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()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead_32.S349 movl $gdt_page,%eax
585 .long gdt_page /* Overwritten for secondary CPUs */
H A Dvmlinux.lds.S505 INIT_PER_CPU(gdt_page);
H A Dhead_64.S589 SYM_DATA_LOCAL(early_gdt_descr_base, .quad INIT_PER_CPU_VAR(gdt_page))
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dvmlinux.lds.S514 INIT_PER_CPU(gdt_page);
H A Dhead_64.S344 leaq gdt_page(%rdx), %rax
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c120 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
172 EXPORT_PER_CPU_SYMBOL_GPL(gdt_page); variable
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c192 DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {
243 EXPORT_PER_CPU_SYMBOL_GPL(gdt_page); variable
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_32.S308 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_32.S392 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET
/kernel/linux/linux-5.10/arch/x86/xen/
H A Denlighten_pv.c1311 * percpu gdt_page is to remember it here, so we can go and in xen_start_kernel()
1314 xen_initial_gdt = &per_cpu(gdt_page, 0); in xen_start_kernel()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Denlighten_pv.c1404 * percpu gdt_page is to remember it here, so we can go and in xen_start_kernel()
1407 xen_initial_gdt = &per_cpu(gdt_page, 0); in xen_start_kernel()
/kernel/linux/linux-5.10/arch/x86/events/
H A Dcore.c2600 desc = raw_cpu_ptr(gdt_page.gdt) + idx; in get_segment_base()
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c2809 desc = raw_cpu_ptr(gdt_page.gdt) + idx; in get_segment_base()

Completed in 22 milliseconds