Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/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.4/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.4/arch/arm64/include/asm/
Dstackprotector.h19 extern unsigned long __stack_chk_guard;
38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/Linux-v5.4/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.4/arch/sh/kernel/
Dprocess.c16 unsigned long __stack_chk_guard __read_mostly;
17 EXPORT_SYMBOL(__stack_chk_guard);
Dprocess_32.c178 __stack_chk_guard = next->stack_canary; in __switch_to()
/Linux-v5.4/arch/xtensa/kernel/
Dprocess.c61 unsigned long __stack_chk_guard __read_mostly;
62 EXPORT_SYMBOL(__stack_chk_guard);
Dentry.S2009 movi a6, __stack_chk_guard
/Linux-v5.4/arch/mips/kernel/
Dr2300_switch.S40 PTR_LA t8, __stack_chk_guard
Dr4k_switch.S35 PTR_LA t8, __stack_chk_guard
Dprocess.c189 unsigned long __stack_chk_guard __read_mostly;
190 EXPORT_SYMBOL(__stack_chk_guard);
Docteon_switch.S65 PTR_LA t8, __stack_chk_guard
/Linux-v5.4/arch/mips/boot/compressed/
Ddecompress.c75 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/Linux-v5.4/arch/arm/boot/compressed/
Dmisc.c131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/Linux-v5.4/arch/sh/boot/compressed/
Dmisc.c107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/Linux-v5.4/arch/arm/kernel/
Dprocess.c41 unsigned long __stack_chk_guard __read_mostly;
42 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.4/arch/arm64/kernel/
Dprocess.c59 unsigned long __stack_chk_guard __read_mostly;
60 EXPORT_SYMBOL(__stack_chk_guard);
/Linux-v5.4/arch/
DKconfig473 - it has implemented a stack canary (e.g. __stack_chk_guard)