Searched refs:GDT_ENTRY_STACK_CANARY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstackprotector.h51 [GDT_ENTRY_STACK_CANARY] = GDT_ENTRY_INIT(0x4090, 0, 0x18),
92 desc = gdt_table[GDT_ENTRY_STACK_CANARY];
94 write_gdt_entry(gdt_table, GDT_ENTRY_STACK_CANARY, &desc, DESCTYPE_S);
H A Dsegment.h98 #define GDT_ENTRY_STACK_CANARY (GDT_ENTRY_KERNEL_BASE + 16) macro
100 #define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY * 8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S443 movw %cx, 8 * GDT_ENTRY_STACK_CANARY + 2(%eax)
445 movb %cl, 8 * GDT_ENTRY_STACK_CANARY + 4(%eax)
446 movb %ch, 8 * GDT_ENTRY_STACK_CANARY + 7(%eax)

Completed in 263 milliseconds