Home
last modified time | relevance | path

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

12

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

Completed in 32 milliseconds

12