Home
last modified time | relevance | path

Searched refs:switch_gdt_and_percpu_base (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dsetup_percpu.c200 switch_gdt_and_percpu_base(cpu); in setup_per_cpu_areas()
H A Dsmpboot.c1103 switch_gdt_and_percpu_base(me); in native_smp_prepare_boot_cpu()
/linux-6.15/arch/x86/include/asm/
H A Dprocessor.h593 extern void switch_gdt_and_percpu_base(int);
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1373 switch_gdt_and_percpu_base(cpu); in xen_setup_gdt()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c745 void __init switch_gdt_and_percpu_base(int cpu) in switch_gdt_and_percpu_base() function