/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | stackprotector.h | 72 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()
|
D | processor.h | 446 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/ |
D | stackprotector.h | 39 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()
|
D | thread_info.h | 62 unsigned long stack_canary; member
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | stackprotector.h | 37 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/ |
D | stackprotector.h | 36 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/ |
D | stackprotector.h | 25 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/ |
D | stackprotector.h | 26 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/ |
D | stackprotector.h | 25 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/ |
D | stackprotector.h | 38 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/ |
D | stackprotector.h | 32 current->stack_canary = canary; in boot_init_stack_canary()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | asm-offsets_64.c | 62 DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary)); in main()
|
D | asm-offsets_32.c | 58 OFFSET(stack_canary_offset, stack_canary, canary); in foo()
|
D | asm-offsets.c | 37 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
|
D | head_32.S | 350 movl $stack_canary,%ecx
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | asm-offsets.c | 41 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()
|
D | process.c | 269 thread->stack_canary = p->stack_canary; in copy_thread()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | process_32.c | 155 __stack_chk_guard = next->stack_canary; in __switch_to()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
D | asm-offsets.c | 80 DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | asm-offsets.c | 43 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | asm-offsets.c | 87 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
D | common.c | 1910 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
D | entry_32.S | 782 movl %ebx, PER_CPU_VAR(stack_canary)+stack_canary_offset
|
/kernel/linux/linux-5.10/include/linux/ |
D | sched.h | 983 unsigned long stack_canary; member
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | asm-offsets.c | 84 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()
|