Searched refs:__stack_chk_guard (Results 1 – 25 of 29) sorted by relevance
12
20 extern unsigned long __stack_chk_guard;37 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
21 extern unsigned long __stack_chk_guard;38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
23 extern unsigned long __stack_chk_guard;41 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
8 extern unsigned long __stack_chk_guard;26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
9 extern unsigned long __stack_chk_guard;28 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
20 extern unsigned long __stack_chk_guard;40 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
74 this_cpu_write(__stack_chk_guard, canary); in boot_init_stack_canary()83 per_cpu(__stack_chk_guard, cpu) = idle->stack_canary; in cpu_init_stack_canary()
459 DECLARE_PER_CPU(unsigned long, __stack_chk_guard);
16 unsigned long __stack_chk_guard __read_mostly;17 EXPORT_SYMBOL(__stack_chk_guard);
155 __stack_chk_guard = next->stack_canary; in __switch_to()
21 unsigned long __stack_chk_guard __read_mostly;22 EXPORT_SYMBOL(__stack_chk_guard);
31 unsigned long __stack_chk_guard __read_mostly;32 EXPORT_SYMBOL(__stack_chk_guard);
60 unsigned long __stack_chk_guard __read_mostly;61 EXPORT_SYMBOL(__stack_chk_guard);
8 …ector -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard - -o - 2> /d…
35 PTR_LA t8, __stack_chk_guard
40 PTR_LA t8, __stack_chk_guard
177 unsigned long __stack_chk_guard __read_mostly;178 EXPORT_SYMBOL(__stack_chk_guard);
83 const unsigned long __stack_chk_guard = 0x000a0dff; variable
131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
45 unsigned long __stack_chk_guard __read_mostly;46 EXPORT_SYMBOL(__stack_chk_guard);
107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
60 unsigned long __stack_chk_guard __ro_after_init;61 EXPORT_SYMBOL(__stack_chk_guard);
84 KBUILD_CFLAGS += -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard
1844 DEFINE_PER_CPU(unsigned long, __stack_chk_guard);1845 EXPORT_PER_CPU_SYMBOL(__stack_chk_guard);
Completed in 34 milliseconds