Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dsegment.h142 # define __KERNEL_PERCPU (GDT_ENTRY_PERCPU*8) macro
144 # define __KERNEL_PERCPU 0 macro
/linux-4.1.27/arch/x86/kernel/
Ddoublefault.c66 .fs = __KERNEL_PERCPU,
Dprocess_32.c150 childregs->fs = __KERNEL_PERCPU; in copy_thread()
Dentry_32.S212 movl $(__KERNEL_PERCPU), %edx
1227 movl $(__KERNEL_PERCPU), %ecx
Dhead_32.S464 movl $(__KERNEL_PERCPU), %eax
/linux-4.1.27/arch/x86/xen/
Dxen-asm_32.S100 movl $(__KERNEL_PERCPU), %eax
Dsmp.c377 ctxt->user_regs.fs = __KERNEL_PERCPU; in cpu_initialize_context()
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c392 loadsegment(fs, __KERNEL_PERCPU); in load_percpu_segment()