Searched refs:__stack_chk_guard (Results 1 – 19 of 19) sorted by relevance
21 extern unsigned long __stack_chk_guard;38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
19 extern unsigned long __stack_chk_guard;36 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
20 extern unsigned long __stack_chk_guard;37 __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;37 __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);
181 __stack_chk_guard = next->stack_canary; in __switch_to()
63 unsigned long __stack_chk_guard __read_mostly;64 EXPORT_SYMBOL(__stack_chk_guard);
1975 movi a6, __stack_chk_guard
35 PTR_LA t8, __stack_chk_guard
40 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
79 const unsigned long __stack_chk_guard = 0x000a0dff; variable
131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
64 unsigned long __stack_chk_guard __read_mostly;65 EXPORT_SYMBOL(__stack_chk_guard);
107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
44 unsigned long __stack_chk_guard __read_mostly;45 EXPORT_SYMBOL(__stack_chk_guard);
426 - it has implemented a stack canary (e.g. __stack_chk_guard)