Home
last modified time | relevance | path

Searched refs:stack_canary (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dstackprotector.h72 BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40); in boot_init_stack_canary()
85 current->stack_canary = canary; in boot_init_stack_canary()
87 this_cpu_write(fixed_percpu_data.stack_canary, canary); in boot_init_stack_canary()
89 this_cpu_write(stack_canary.canary, canary); in boot_init_stack_canary()
96 per_cpu(fixed_percpu_data.stack_canary, cpu) = idle->stack_canary; in cpu_init_stack_canary()
98 per_cpu(stack_canary.canary, cpu) = idle->stack_canary; in cpu_init_stack_canary()
105 unsigned long canary = (unsigned long)&per_cpu(stack_canary, cpu); in setup_stack_canary_segment()
Dprocessor.h446 unsigned long stack_canary; member
470 struct stack_canary { struct
474 DECLARE_PER_CPU_ALIGNED(struct stack_canary, stack_canary); argument
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dstackprotector.h39 current->stack_canary = canary; in boot_init_stack_canary()
41 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
43 current_thread_info()->stack_canary = current->stack_canary; in boot_init_stack_canary()
Dthread_info.h62 unsigned long stack_canary; member
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dstackprotector.h37 current->stack_canary = canary; in boot_init_stack_canary()
38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dstackprotector.h36 current->stack_canary = canary; in boot_init_stack_canary()
37 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dstackprotector.h25 current->stack_canary = canary; in boot_init_stack_canary()
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dstackprotector.h26 current->stack_canary = canary; in boot_init_stack_canary()
27 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dstackprotector.h25 current->stack_canary = canary; in boot_init_stack_canary()
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dstackprotector.h38 current->stack_canary = canary; in boot_init_stack_canary()
40 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dstackprotector.h32 current->stack_canary = canary; in boot_init_stack_canary()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dasm-offsets_64.c62 DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary)); in main()
Dasm-offsets_32.c58 OFFSET(stack_canary_offset, stack_canary, canary); in foo()
Dasm-offsets.c37 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
Dhead_32.S350 movl $stack_canary,%ecx
/kernel/linux/linux-5.10/arch/arm/kernel/
Dasm-offsets.c41 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
70 DEFINE(TI_STACK_CANARY, offsetof(struct thread_info, stack_canary)); in main()
Dprocess.c269 thread->stack_canary = p->stack_canary; in copy_thread()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dprocess_32.c155 __stack_chk_guard = next->stack_canary; in __switch_to()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dasm-offsets.c80 DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dasm-offsets.c43 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dasm-offsets.c87 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c1910 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
/kernel/linux/linux-5.10/arch/x86/entry/
Dentry_32.S782 movl %ebx, PER_CPU_VAR(stack_canary)+stack_canary_offset
/kernel/linux/linux-5.10/include/linux/
Dsched.h983 unsigned long stack_canary; member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dasm-offsets.c84 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()

12