Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dsegment.h162 # define __KERNEL_STACK_CANARY (GDT_ENTRY_STACK_CANARY*8) macro
164 # define __KERNEL_STACK_CANARY 0 macro
Dstackprotector.h118 asm("mov %0, %%gs" : : "r" (__KERNEL_STACK_CANARY) : "memory"); in load_stack_canary_segment()
/Linux-v5.10/arch/x86/kernel/
Ddoublefault_32.c104 .gs = __KERNEL_STACK_CANARY,
/Linux-v5.10/arch/x86/power/
Dcpu.c235 loadsegment(gs, __KERNEL_STACK_CANARY); in __restore_processor_state()
/Linux-v5.10/arch/x86/entry/
Dentry_32.S127 movl $(__KERNEL_STACK_CANARY), \reg