Home
last modified time | relevance | path

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

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