Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dsegment.h95 #define __KERNEL_PERCPU (GDT_ENTRY_PERCPU * 8) macro
97 #define __KERNEL_PERCPU 0 macro
/linux-3.4.99/arch/x86/kernel/
Ddoublefault_32.c65 .fs = __KERNEL_PERCPU,
Dprocess.c308 regs.fs = __KERNEL_PERCPU; in kernel_thread()
Dentry_32.S214 movl $(__KERNEL_PERCPU), %edx
1249 movl $(__KERNEL_PERCPU), %ecx
Dhead_32.S450 movl $(__KERNEL_PERCPU), %eax
/linux-3.4.99/arch/x86/kernel/cpu/
Dcommon.c361 loadsegment(fs, __KERNEL_PERCPU); in load_percpu_segment()
1128 regs->fs = __KERNEL_PERCPU; in idle_regs()
/linux-3.4.99/arch/x86/xen/
Dsmp.c303 ctxt->user_regs.fs = __KERNEL_PERCPU; in cpu_initialize_context()