GDT_ENTRY_STACK_CANARY  162 arch/x86/include/asm/segment.h # define __KERNEL_STACK_CANARY		(GDT_ENTRY_STACK_CANARY*8)
GDT_ENTRY_STACK_CANARY   53 arch/x86/include/asm/stackprotector.h 	[GDT_ENTRY_STACK_CANARY] = GDT_ENTRY_INIT(0x4090, 0, 0x18),
GDT_ENTRY_STACK_CANARY  100 arch/x86/include/asm/stackprotector.h 	desc = gdt_table[GDT_ENTRY_STACK_CANARY];
GDT_ENTRY_STACK_CANARY  102 arch/x86/include/asm/stackprotector.h 	write_gdt_entry(gdt_table, GDT_ENTRY_STACK_CANARY, &desc, DESCTYPE_S);