Home
last modified time | relevance | path

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

12

/arch/x86/include/asm/
A Dstackprotector.h23 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()
/arch/mips/include/asm/
A Dstackprotector.h18 extern unsigned long __stack_chk_guard;
31 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/csky/include/asm/
A Dstackprotector.h5 extern unsigned long __stack_chk_guard;
18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/sh/include/asm/
A Dstackprotector.h5 extern unsigned long __stack_chk_guard;
18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/xtensa/include/asm/
A Dstackprotector.h17 extern unsigned long __stack_chk_guard;
30 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/arm/include/asm/
A Dstackprotector.h20 extern unsigned long __stack_chk_guard;
34 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/riscv/include/asm/
A Dstackprotector.h6 extern unsigned long __stack_chk_guard;
20 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/loongarch/include/asm/
A Dstackprotector.h18 extern unsigned long __stack_chk_guard;
35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/arm64/include/asm/
A Dstackprotector.h18 extern unsigned long __stack_chk_guard;
33 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/sh/kernel/
A Dprocess.c16 unsigned long __stack_chk_guard __read_mostly;
17 EXPORT_SYMBOL(__stack_chk_guard);
A Dprocess_32.c150 __stack_chk_guard = next->stack_canary; in __switch_to()
/arch/csky/kernel/
A Dprocess.c21 unsigned long __stack_chk_guard __read_mostly;
22 EXPORT_SYMBOL(__stack_chk_guard);
/arch/mips/kernel/
A Dr2300_switch.S39 PTR_LA t8, __stack_chk_guard
A Dr4k_switch.S35 PTR_LA t8, __stack_chk_guard
A Dprocess.c179 unsigned long __stack_chk_guard __read_mostly;
180 EXPORT_SYMBOL(__stack_chk_guard);
/arch/loongarch/kernel/
A Dswitch.S27 la t7, __stack_chk_guard
A Dprocess.c58 unsigned long __stack_chk_guard __read_mostly;
59 EXPORT_SYMBOL(__stack_chk_guard);
/arch/mips/boot/compressed/
A Ddecompress.c72 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/arch/xtensa/kernel/
A Dprocess.c62 unsigned long __stack_chk_guard __read_mostly;
63 EXPORT_SYMBOL(__stack_chk_guard);
/arch/sh/boot/compressed/
A Dmisc.c104 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/arch/arm/kernel/
A Dprocess.c45 unsigned long __stack_chk_guard __read_mostly;
46 EXPORT_SYMBOL(__stack_chk_guard);
/arch/riscv/kernel/
A Dprocess.c37 unsigned long __stack_chk_guard __read_mostly;
38 EXPORT_SYMBOL(__stack_chk_guard);
/arch/arm64/kernel/
A Dprocess.c63 unsigned long __stack_chk_guard __ro_after_init;
64 EXPORT_SYMBOL(__stack_chk_guard);
/arch/x86/kernel/
A Dvmlinux.lds.S487 PROVIDE(__ref_stack_chk_guard = __stack_chk_guard);
A Dmodule.c137 static unsigned long __percpu *const addr = &__stack_chk_guard; in __write_relocate_add()

Completed in 36 milliseconds

12