Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dstackprotector.h95 struct desc_struct *gdt_table = get_cpu_gdt_table(cpu); in setup_stack_canary_segment() local
98 desc = gdt_table[GDT_ENTRY_STACK_CANARY]; in setup_stack_canary_segment()
100 write_gdt_entry(gdt_table, GDT_ENTRY_STACK_CANARY, &desc, DESCTYPE_S); in setup_stack_canary_segment()