Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds