Searched refs:__stack_chk_guard (Results 1 – 19 of 19) sorted by relevance
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()
8 extern unsigned long __stack_chk_guard;26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
19 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()
16 unsigned long __stack_chk_guard __read_mostly;17 EXPORT_SYMBOL(__stack_chk_guard);
178 __stack_chk_guard = next->stack_canary; in __switch_to()
61 unsigned long __stack_chk_guard __read_mostly;62 EXPORT_SYMBOL(__stack_chk_guard);
2009 movi a6, __stack_chk_guard
40 PTR_LA t8, __stack_chk_guard
35 PTR_LA t8, __stack_chk_guard
189 unsigned long __stack_chk_guard __read_mostly;190 EXPORT_SYMBOL(__stack_chk_guard);
65 PTR_LA t8, __stack_chk_guard
75 const unsigned long __stack_chk_guard = 0x000a0dff; variable
131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
41 unsigned long __stack_chk_guard __read_mostly;42 EXPORT_SYMBOL(__stack_chk_guard);
59 unsigned long __stack_chk_guard __read_mostly;60 EXPORT_SYMBOL(__stack_chk_guard);
473 - it has implemented a stack canary (e.g. __stack_chk_guard)