Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dsegment.h102 #define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY*8) macro
104 #define __KERNEL_STACK_CANARY 0 macro
Dstackprotector.h100 asm("mov %0, %%gs" : : "r" (__KERNEL_STACK_CANARY) : "memory"); in load_stack_canary_segment()
/linux-3.4.99/arch/x86/xen/
Dsmp.c304 ctxt->user_regs.gs = __KERNEL_STACK_CANARY; in cpu_initialize_context()
/linux-3.4.99/arch/x86/kernel/
Dprocess.c309 regs.gs = __KERNEL_STACK_CANARY; in kernel_thread()
Dhead_32.S468 movl $(__KERNEL_STACK_CANARY),%eax
Dentry_32.S182 movl $(__KERNEL_STACK_CANARY), \reg
/linux-3.4.99/arch/x86/kernel/cpu/
Dcommon.c1129 regs->gs = __KERNEL_STACK_CANARY; in idle_regs()