__KERNEL_STACK_CANARY 109 arch/x86/include/asm/stackprotector.h asm("mov %0, %%gs" : : "r" (__KERNEL_STACK_CANARY) : "memory"); __KERNEL_STACK_CANARY 69 arch/x86/kernel/doublefault.c .gs = __KERNEL_STACK_CANARY, __KERNEL_STACK_CANARY 233 arch/x86/power/cpu.c loadsegment(gs, __KERNEL_STACK_CANARY); __KERNEL_STACK_CANARY 304 arch/x86/xen/smp_pv.c ctxt->user_regs.gs = __KERNEL_STACK_CANARY;