Searched refs:__KERNEL_STACK_CANARY (Results 1 – 5 of 5) sorted by relevance
150 # define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY*8) macro152 # define __KERNEL_STACK_CANARY 0 macro
104 asm("mov %0, %%gs" : : "r" (__KERNEL_STACK_CANARY) : "memory"); in load_stack_canary_segment()
233 loadsegment(gs, __KERNEL_STACK_CANARY); in __restore_processor_state()
303 ctxt->user_regs.gs = __KERNEL_STACK_CANARY; in cpu_initialize_context()
154 movl $(__KERNEL_STACK_CANARY), \reg