Home
last modified time | relevance | path

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

/arch/xtensa/include/asm/
Dstackprotector.h20 extern unsigned long __stack_chk_guard;
37 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/mips/include/asm/
Dstackprotector.h21 extern unsigned long __stack_chk_guard;
38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/riscv/include/asm/
Dstackprotector.h9 extern unsigned long __stack_chk_guard;
27 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/csky/include/asm/
Dstackprotector.h8 extern unsigned long __stack_chk_guard;
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/sh/include/asm/
Dstackprotector.h8 extern unsigned long __stack_chk_guard;
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/arm/include/asm/
Dstackprotector.h23 extern unsigned long __stack_chk_guard;
41 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/arch/arm64/include/asm/
Dstackprotector.h20 extern unsigned long __stack_chk_guard;
40 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/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()
/arch/csky/kernel/
Dprocess.c21 unsigned long __stack_chk_guard __read_mostly;
22 EXPORT_SYMBOL(__stack_chk_guard);
/arch/riscv/kernel/
Dprocess.c29 unsigned long __stack_chk_guard __read_mostly;
30 EXPORT_SYMBOL(__stack_chk_guard);
/arch/mips/kernel/
Dr4k_switch.S35 PTR_LA t8, __stack_chk_guard
Dr2300_switch.S40 PTR_LA t8, __stack_chk_guard
Dprocess.c194 unsigned long __stack_chk_guard __read_mostly;
195 EXPORT_SYMBOL(__stack_chk_guard);
Docteon_switch.S65 PTR_LA t8, __stack_chk_guard
/arch/xtensa/kernel/
Dprocess.c60 unsigned long __stack_chk_guard __read_mostly;
61 EXPORT_SYMBOL(__stack_chk_guard);
Dentry.S2010 movi a6, __stack_chk_guard
/arch/mips/boot/compressed/
Ddecompress.c82 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/arch/arm/boot/compressed/
Dmisc.c131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/arch/sh/boot/compressed/
Dmisc.c107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/arch/arm/kernel/
Dprocess.c43 unsigned long __stack_chk_guard __read_mostly;
44 EXPORT_SYMBOL(__stack_chk_guard);
/arch/arm64/kernel/
Dprocess.c64 unsigned long __stack_chk_guard __ro_after_init;
65 EXPORT_SYMBOL(__stack_chk_guard);
/arch/
DKconfig547 - it has implemented a stack canary (e.g. __stack_chk_guard)