/Linux-v5.15/arch/x86/include/asm/ |
D | stackprotector.h | 57 BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40); in boot_init_stack_canary() 70 current->stack_canary = canary; in boot_init_stack_canary() 72 this_cpu_write(fixed_percpu_data.stack_canary, canary); in boot_init_stack_canary() 81 per_cpu(fixed_percpu_data.stack_canary, cpu) = idle->stack_canary; in cpu_init_stack_canary() 83 per_cpu(__stack_chk_guard, cpu) = idle->stack_canary; in cpu_init_stack_canary()
|
D | processor.h | 439 unsigned long stack_canary; member
|
/Linux-v5.15/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 | 59 unsigned long stack_canary; member
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | stackprotector.h | 26 current->stack_canary = canary; in boot_init_stack_canary() 28 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
/Linux-v5.15/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()
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | stackprotector.h | 32 current->stack_canary = canary; in boot_init_stack_canary()
|
/Linux-v5.15/arch/x86/kernel/ |
D | asm-offsets_64.c | 60 DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary)); in main()
|
D | asm-offsets.c | 37 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
|
/Linux-v5.15/arch/arm/kernel/ |
D | asm-offsets.c | 41 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main() 67 DEFINE(TI_STACK_CANARY, offsetof(struct thread_info, stack_canary)); in main()
|
D | process.c | 273 thread->stack_canary = p->stack_canary; in copy_thread()
|
/Linux-v5.15/arch/sh/kernel/ |
D | process_32.c | 155 __stack_chk_guard = next->stack_canary; in __switch_to()
|
/Linux-v5.15/arch/xtensa/kernel/ |
D | asm-offsets.c | 80 DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
/Linux-v5.15/arch/arm64/kernel/ |
D | asm-offsets.c | 43 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
/Linux-v5.15/arch/riscv/kernel/ |
D | asm-offsets.c | 72 OFFSET(TSK_STACK_CANARY, task_struct, stack_canary); in asm_offsets()
|
/Linux-v5.15/arch/mips/kernel/ |
D | asm-offsets.c | 86 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
|
/Linux-v5.15/include/linux/ |
D | sched.h | 948 unsigned long stack_canary; member
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | asm-offsets.c | 84 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()
|
/Linux-v5.15/kernel/ |
D | fork.c | 935 tsk->stack_canary = get_random_canary(); in dup_task_struct()
|