Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dsegment.h150 # define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY*8) macro
152 # define __KERNEL_STACK_CANARY 0 macro
Dstackprotector.h104 asm("mov %0, %%gs" : : "r" (__KERNEL_STACK_CANARY) : "memory"); in load_stack_canary_segment()
/Linux-v5.4/arch/x86/power/
Dcpu.c233 loadsegment(gs, __KERNEL_STACK_CANARY); in __restore_processor_state()
/Linux-v5.4/arch/x86/xen/
Dsmp_pv.c303 ctxt->user_regs.gs = __KERNEL_STACK_CANARY; in cpu_initialize_context()
/Linux-v5.4/arch/x86/entry/
Dentry_32.S154 movl $(__KERNEL_STACK_CANARY), \reg