Home
last modified time | relevance | path

Searched refs:__stack_chk_guard (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/tools/include/nolibc/
H A Dstackprotector.h38 uintptr_t __stack_chk_guard; variable
42 my_syscall3(__NR_getrandom, &__stack_chk_guard, sizeof(__stack_chk_guard), 0); in __stack_chk_init()
44 if (__stack_chk_guard != (uintptr_t) &__stack_chk_guard) in __stack_chk_init()
45 __stack_chk_guard ^= (uintptr_t) &__stack_chk_guard; in __stack_chk_init()
/openbmc/linux/arch/sh/include/asm/
H A Dstackprotector.h5 extern unsigned long __stack_chk_guard;
18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/xtensa/include/asm/
H A Dstackprotector.h17 extern unsigned long __stack_chk_guard;
30 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/csky/include/asm/
H A Dstackprotector.h5 extern unsigned long __stack_chk_guard;
18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/mips/include/asm/
H A Dstackprotector.h18 extern unsigned long __stack_chk_guard;
31 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/arm/include/asm/
H A Dstackprotector.h20 extern unsigned long __stack_chk_guard;
34 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/riscv/include/asm/
H A Dstackprotector.h6 extern unsigned long __stack_chk_guard;
20 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackprotector.h18 extern unsigned long __stack_chk_guard;
35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/arm64/include/asm/
H A Dstackprotector.h18 extern unsigned long __stack_chk_guard;
33 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/openbmc/linux/arch/x86/include/asm/
H A Dstackprotector.h62 this_cpu_write(__stack_chk_guard, canary); in boot_init_stack_canary()
71 per_cpu(__stack_chk_guard, cpu) = idle->stack_canary; in cpu_init_stack_canary()
/openbmc/linux/arch/sh/kernel/
H A Dprocess.c16 unsigned long __stack_chk_guard __read_mostly;
17 EXPORT_SYMBOL(__stack_chk_guard);
H A Dprocess_32.c150 __stack_chk_guard = next->stack_canary; in __switch_to()
/openbmc/linux/arch/csky/kernel/
H A Dprocess.c21 unsigned long __stack_chk_guard __read_mostly;
22 EXPORT_SYMBOL(__stack_chk_guard);
/openbmc/linux/scripts/
H A Dgcc-x86_32-has-stack-protector.sh8 …ector -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard - -o - 2> /d…
/openbmc/linux/arch/mips/kernel/
H A Dr4k_switch.S35 PTR_LA t8, __stack_chk_guard
H A Dr2300_switch.S39 PTR_LA t8, __stack_chk_guard
H A Dprocess.c179 unsigned long __stack_chk_guard __read_mostly;
180 EXPORT_SYMBOL(__stack_chk_guard);
/openbmc/linux/arch/loongarch/kernel/
H A Dswitch.S27 la t7, __stack_chk_guard
H A Dprocess.c55 unsigned long __stack_chk_guard __read_mostly;
56 EXPORT_SYMBOL(__stack_chk_guard);
/openbmc/linux/arch/riscv/kernel/
H A Dprocess.c31 unsigned long __stack_chk_guard __read_mostly;
32 EXPORT_SYMBOL(__stack_chk_guard);
/openbmc/linux/arch/xtensa/kernel/
H A Dprocess.c62 unsigned long __stack_chk_guard __read_mostly;
63 EXPORT_SYMBOL(__stack_chk_guard);
/openbmc/linux/arch/mips/boot/compressed/
H A Ddecompress.c84 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c45 unsigned long __stack_chk_guard __read_mostly;
46 EXPORT_SYMBOL(__stack_chk_guard);
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c61 unsigned long __stack_chk_guard __ro_after_init;
62 EXPORT_SYMBOL(__stack_chk_guard);

12