Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dsegment.h156 # define __KERNEL_PERCPU (GDT_ENTRY_PERCPU*8) macro
158 # define __KERNEL_PERCPU 0 macro
/linux-6.1.9/arch/x86/kernel/
Ddoublefault_32.c99 .fs = __KERNEL_PERCPU,
Dhead_32.S319 movl $(__KERNEL_PERCPU), %eax
/linux-6.1.9/arch/x86/power/
Dcpu.c234 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
/linux-6.1.9/arch/x86/entry/
Dentry_32.S213 movl $(__KERNEL_PERCPU), %eax
/linux-6.1.9/arch/x86/kernel/cpu/
Dcommon.c707 loadsegment(fs, __KERNEL_PERCPU); in load_percpu_segment()