Home
last modified time | relevance | path

Searched refs:__KERNEL_PERCPU (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dsegment.h158 # define __KERNEL_PERCPU (GDT_ENTRY_PERCPU*8) macro
160 # define __KERNEL_PERCPU 0 macro
/linux-6.12.1/arch/x86/kernel/
Ddoublefault_32.c100 .fs = __KERNEL_PERCPU,
Dhead_32.S282 movl $(__KERNEL_PERCPU), %eax
/linux-6.12.1/arch/x86/power/
Dcpu.c235 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
/linux-6.12.1/arch/x86/entry/
Dentry_32.S213 movl $(__KERNEL_PERCPU), %eax
/linux-6.12.1/arch/x86/kernel/cpu/
Dcommon.c773 loadsegment(fs, __KERNEL_PERCPU); in switch_gdt_and_percpu_base()