Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dstackprotector.h90 struct desc_struct *gdt_table = get_cpu_gdt_table(cpu); in setup_stack_canary_segment() local
93 desc = gdt_table[GDT_ENTRY_STACK_CANARY]; in setup_stack_canary_segment()
95 write_gdt_entry(gdt_table, GDT_ENTRY_STACK_CANARY, &desc, DESCTYPE_S); in setup_stack_canary_segment()