Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsegment.h148 # define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY*8) macro
150 # define __KERNEL_STACK_CANARY 0 macro
Dstackprotector.h107 asm("mov %0, %%gs" : : "r" (__KERNEL_STACK_CANARY) : "memory"); in load_stack_canary_segment()
/arch/x86/kernel/
Dprocess_32.c149 task_user_gs(p) = __KERNEL_STACK_CANARY; in copy_thread_tls()
/arch/x86/xen/
Dsmp.c408 ctxt->user_regs.gs = __KERNEL_STACK_CANARY; in cpu_initialize_context()
/arch/x86/entry/
Dentry_32.S151 movl $(__KERNEL_STACK_CANARY), \reg