Searched refs:__stack_chk_guard (Results 1 – 25 of 31) sorted by relevance
12
23 DECLARE_PER_CPU_CACHE_HOT(unsigned long, __stack_chk_guard);41 this_cpu_write(__stack_chk_guard, canary); in boot_init_stack_canary()46 per_cpu(__stack_chk_guard, cpu) = idle->stack_canary; in cpu_init_stack_canary()
18 extern unsigned long __stack_chk_guard;31 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
5 extern unsigned long __stack_chk_guard;18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
17 extern unsigned long __stack_chk_guard;30 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
20 extern unsigned long __stack_chk_guard;34 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
6 extern unsigned long __stack_chk_guard;20 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
18 extern unsigned long __stack_chk_guard;35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
18 extern unsigned long __stack_chk_guard;33 __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);
150 __stack_chk_guard = next->stack_canary; in __switch_to()
21 unsigned long __stack_chk_guard __read_mostly;22 EXPORT_SYMBOL(__stack_chk_guard);
39 PTR_LA t8, __stack_chk_guard
35 PTR_LA t8, __stack_chk_guard
179 unsigned long __stack_chk_guard __read_mostly;180 EXPORT_SYMBOL(__stack_chk_guard);
27 la t7, __stack_chk_guard
58 unsigned long __stack_chk_guard __read_mostly;59 EXPORT_SYMBOL(__stack_chk_guard);
72 const unsigned long __stack_chk_guard = 0x000a0dff; variable
62 unsigned long __stack_chk_guard __read_mostly;63 EXPORT_SYMBOL(__stack_chk_guard);
104 const unsigned long __stack_chk_guard = 0x000a0dff; variable
45 unsigned long __stack_chk_guard __read_mostly;46 EXPORT_SYMBOL(__stack_chk_guard);
37 unsigned long __stack_chk_guard __read_mostly;38 EXPORT_SYMBOL(__stack_chk_guard);
63 unsigned long __stack_chk_guard __ro_after_init;64 EXPORT_SYMBOL(__stack_chk_guard);
487 PROVIDE(__ref_stack_chk_guard = __stack_chk_guard);
137 static unsigned long __percpu *const addr = &__stack_chk_guard; in __write_relocate_add()
Completed in 32 milliseconds