Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/xtensa/include/asm/
Dstackprotector.h20 extern unsigned long __stack_chk_guard;
37 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/mips/include/asm/
Dstackprotector.h21 extern unsigned long __stack_chk_guard;
38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/csky/include/asm/
Dstackprotector.h8 extern unsigned long __stack_chk_guard;
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/sh/include/asm/
Dstackprotector.h8 extern unsigned long __stack_chk_guard;
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/riscv/include/asm/
Dstackprotector.h9 extern unsigned long __stack_chk_guard;
28 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/arm/include/asm/
Dstackprotector.h23 extern unsigned long __stack_chk_guard;
41 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/arm64/include/asm/
Dstackprotector.h20 extern unsigned long __stack_chk_guard;
40 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.15/arch/x86/include/asm/
Dstackprotector.h74 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()
Dprocessor.h458 DECLARE_PER_CPU(unsigned long, __stack_chk_guard);
/Linux-v5.15/arch/sh/kernel/
Dprocess.c16 unsigned long __stack_chk_guard __read_mostly;
17 EXPORT_SYMBOL(__stack_chk_guard);
Dprocess_32.c155 __stack_chk_guard = next->stack_canary; in __switch_to()
/Linux-v5.15/arch/csky/kernel/
Dprocess.c21 unsigned long __stack_chk_guard __read_mostly;
22 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.15/arch/riscv/kernel/
Dprocess.c31 unsigned long __stack_chk_guard __read_mostly;
32 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.15/scripts/
Dgcc-x86_32-has-stack-protector.sh8 …ector -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard - -o - 2> /d…
/Linux-v5.15/arch/xtensa/kernel/
Dprocess.c60 unsigned long __stack_chk_guard __read_mostly;
61 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.15/arch/mips/kernel/
Dr4k_switch.S35 PTR_LA t8, __stack_chk_guard
Dr2300_switch.S40 PTR_LA t8, __stack_chk_guard
Dprocess.c177 unsigned long __stack_chk_guard __read_mostly;
178 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.15/arch/mips/boot/compressed/
Ddecompress.c83 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/Linux-v5.15/arch/arm/boot/compressed/
Dmisc.c131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/Linux-v5.15/arch/sh/boot/compressed/
Dmisc.c107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/Linux-v5.15/arch/arm/kernel/
Dprocess.c41 unsigned long __stack_chk_guard __read_mostly;
42 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.15/arch/arm64/kernel/
Dprocess.c60 unsigned long __stack_chk_guard __ro_after_init;
61 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.15/arch/x86/
DMakefile84 KBUILD_CFLAGS += -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard
/Linux-v5.15/arch/x86/kernel/cpu/
Dcommon.c1809 DEFINE_PER_CPU(unsigned long, __stack_chk_guard);
1810 EXPORT_PER_CPU_SYMBOL(__stack_chk_guard);

12