Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsegment.h144 # define __KERNEL_PERCPU (GDT_ENTRY_PERCPU*8) macro
146 # define __KERNEL_PERCPU 0 macro
/Linux-v4.19/arch/x86/kernel/
Ddoublefault.c67 .fs = __KERNEL_PERCPU,
Dhead_32.S354 movl $(__KERNEL_PERCPU), %eax
/Linux-v4.19/arch/x86/xen/
Dxen-asm_32.S70 movl $(__KERNEL_PERCPU), %eax
Dsmp_pv.c298 ctxt->user_regs.fs = __KERNEL_PERCPU; in cpu_initialize_context()
/Linux-v4.19/arch/x86/power/
Dcpu.c236 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
/Linux-v4.19/arch/x86/entry/
Dentry_32.S220 movl $(__KERNEL_PERCPU), %edx
1360 movl $(__KERNEL_PERCPU), %eax
/Linux-v4.19/arch/x86/kernel/cpu/
Dcommon.c497 loadsegment(fs, __KERNEL_PERCPU); in load_percpu_segment()