Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dstackprotector.h53 [GDT_ENTRY_STACK_CANARY] = GDT_ENTRY_INIT(0x4090, 0, 0x18),
95 desc = gdt_table[GDT_ENTRY_STACK_CANARY]; in setup_stack_canary_segment()
97 write_gdt_entry(gdt_table, GDT_ENTRY_STACK_CANARY, &desc, DESCTYPE_S); in setup_stack_canary_segment()
Dsegment.h109 #define GDT_ENTRY_STACK_CANARY 28 macro
150 # define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY*8)
/Linux-v5.4/arch/x86/kernel/
Dhead_32.S386 movw %cx, 8 * GDT_ENTRY_STACK_CANARY + 2(%eax)
388 movb %cl, 8 * GDT_ENTRY_STACK_CANARY + 4(%eax)
389 movb %ch, 8 * GDT_ENTRY_STACK_CANARY + 7(%eax)