Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dsegment.h142 # define __KERNEL_PERCPU (GDT_ENTRY_PERCPU*8) macro
144 # define __KERNEL_PERCPU 0 macro
/linux-4.4.14/arch/x86/kernel/
Ddoublefault.c66 .fs = __KERNEL_PERCPU,
Dprocess_32.c150 childregs->fs = __KERNEL_PERCPU; in copy_thread_tls()
Dhead_32.S463 movl $(__KERNEL_PERCPU), %eax
/linux-4.4.14/arch/x86/xen/
Dxen-asm_32.S100 movl $(__KERNEL_PERCPU), %eax
Dsmp.c401 ctxt->user_regs.fs = __KERNEL_PERCPU; in cpu_initialize_context()
/linux-4.4.14/arch/x86/entry/
Dentry_32.S172 movl $(__KERNEL_PERCPU), %edx
927 movl $(__KERNEL_PERCPU), %ecx
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c374 loadsegment(fs, __KERNEL_PERCPU); in load_percpu_segment()