Searched refs:__stack_chk_guard (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
H A Dstackprotector.h7 extern unsigned long __stack_chk_guard;
24 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
/linux-4.4.14/arch/mips/include/asm/
H A Dstackprotector.h10 * "__stack_chk_guard" on MIPS. This unfortunately means that on SMP
20 extern unsigned long __stack_chk_guard;
37 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
/linux-4.4.14/arch/arm64/include/asm/
H A Dstackprotector.h8 * "__stack_chk_guard" on ARM. This unfortunately means that on SMP
18 extern unsigned long __stack_chk_guard;
35 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
/linux-4.4.14/arch/arm/include/asm/
H A Dstackprotector.h8 * "__stack_chk_guard" on ARM. This unfortunately means that on SMP
18 extern unsigned long __stack_chk_guard;
35 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
/linux-4.4.14/arch/sh/kernel/
H A Dprocess.c13 unsigned long __stack_chk_guard __read_mostly;
14 EXPORT_SYMBOL(__stack_chk_guard); variable
H A Dprocess_32.c186 __stack_chk_guard = next->stack_canary; __switch_to()
/linux-4.4.14/arch/mips/boot/compressed/
H A Ddecompress.c76 unsigned long __stack_chk_guard; variable
80 __stack_chk_guard = 0x000a0dff; __stack_chk_guard_setup()
/linux-4.4.14/arch/arm/boot/compressed/
H A Dmisc.c130 unsigned long __stack_chk_guard; variable
134 __stack_chk_guard = 0x000a0dff; __stack_chk_guard_setup()
/linux-4.4.14/arch/mips/kernel/
H A Dr2300_switch.S44 PTR_LA t8, __stack_chk_guard
H A Dprocess.c180 unsigned long __stack_chk_guard __read_mostly;
181 EXPORT_SYMBOL(__stack_chk_guard); variable
H A Dr4k_switch.S47 PTR_LA t8, __stack_chk_guard
H A Docteon_switch.S64 PTR_LA t8, __stack_chk_guard
/linux-4.4.14/arch/arm64/kernel/
H A Dprocess.c58 unsigned long __stack_chk_guard __read_mostly;
59 EXPORT_SYMBOL(__stack_chk_guard); variable
/linux-4.4.14/arch/arm/kernel/
H A Dprocess.c42 unsigned long __stack_chk_guard __read_mostly;
43 EXPORT_SYMBOL(__stack_chk_guard); variable
H A Dentry-armv.S793 ldr r8, =__stack_chk_guard

Completed in 319 milliseconds