Searched refs:gdt_page (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | desc.h | 43 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 D | desc.h | 44 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 D | head_32.S | 349 movl $gdt_page,%eax 585 .long gdt_page /* Overwritten for secondary CPUs */
|
H A D | vmlinux.lds.S | 505 INIT_PER_CPU(gdt_page);
|
H A D | head_64.S | 589 SYM_DATA_LOCAL(early_gdt_descr_base, .quad INIT_PER_CPU_VAR(gdt_page))
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 514 INIT_PER_CPU(gdt_page);
|
H A D | head_64.S | 344 leaq gdt_page(%rdx), %rax
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 120 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 D | common.c | 192 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 D | entry_32.S | 308 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_32.S | 392 #define GDT_ESPFIX_SS PER_CPU_VAR(gdt_page) + GDT_ESPFIX_OFFSET
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | enlighten_pv.c | 1311 * 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 D | enlighten_pv.c | 1404 * 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 D | core.c | 2600 desc = raw_cpu_ptr(gdt_page.gdt) + idx; in get_segment_base()
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | core.c | 2809 desc = raw_cpu_ptr(gdt_page.gdt) + idx; in get_segment_base()
|
Completed in 22 milliseconds