| /linux/arch/s390/include/asm/ |
| H A D | stackprotector.h | 12 current->stack_canary = get_random_canary(); in boot_init_stack_canary() 13 get_lowcore()->stack_canary = current->stack_canary; in boot_init_stack_canary()
|
| H A D | lowcore.h | 103 __u64 stack_canary; /* 0x0240 */ member
|
| /linux/arch/mips/include/asm/ |
| H A D | stackprotector.h | 30 current->stack_canary = canary; in boot_init_stack_canary() 31 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | stackprotector.h | 29 current->stack_canary = canary; in boot_init_stack_canary() 30 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/sh/include/asm/ |
| H A D | stackprotector.h | 17 current->stack_canary = canary; in boot_init_stack_canary() 18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/csky/include/asm/ |
| H A D | stackprotector.h | 17 current->stack_canary = canary; in boot_init_stack_canary() 18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/arm/include/asm/ |
| H A D | stackprotector.h | 32 current->stack_canary = canary; in boot_init_stack_canary() 34 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/riscv/include/asm/ |
| H A D | stackprotector.h | 18 current->stack_canary = canary; in boot_init_stack_canary() 20 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stackprotector.h | 34 current->stack_canary = canary; in boot_init_stack_canary() 35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/arm64/include/asm/ |
| H A D | stackprotector.h | 31 current->stack_canary = canary; in boot_init_stack_canary() 33 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /linux/arch/x86/include/asm/ |
| H A D | stackprotector.h | 40 current->stack_canary = canary; in boot_init_stack_canary() 46 per_cpu(__stack_chk_guard, cpu) = idle->stack_canary; in cpu_init_stack_canary()
|
| /linux/drivers/misc/lkdtm/ |
| H A D | bugs.c | 235 static unsigned long stack_canary; variable 249 if (*canary == current->stack_canary) in __lkdtm_REPORT_STACK_CANARY() 251 if (*canary == init_task.stack_canary) in __lkdtm_REPORT_STACK_CANARY() 277 stack_canary = *canary; in __lkdtm_REPORT_STACK_CANARY() 291 if (*canary == stack_canary) { in __lkdtm_REPORT_STACK_CANARY()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | stackprotector.h | 24 current->stack_canary = canary; in boot_init_stack_canary()
|
| /linux/arch/s390/kernel/ |
| H A D | asm-offsets.c | 25 OFFSET(__TASK_stack_canary, task_struct, stack_canary); in main() 146 OFFSET(__LC_STACK_CANARY, lowcore, stack_canary); in main()
|
| H A D | smp.c | 284 lc->stack_canary = tsk->stack_canary; in pcpu_attach_task()
|
| /linux/arch/sh/kernel/ |
| H A D | process_32.c | 150 __stack_chk_guard = next->stack_canary; in __switch_to()
|
| /linux/arch/x86/kernel/ |
| H A D | asm-offsets.c | 47 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
|
| /linux/arch/arm/kernel/ |
| H A D | asm-offsets.c | 45 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
| /linux/arch/xtensa/kernel/ |
| H A D | asm-offsets.c | 82 DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
| /linux/arch/arm64/kernel/ |
| H A D | asm-offsets.c | 41 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 78 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
|
| /linux/arch/mips/kernel/ |
| H A D | asm-offsets.c | 96 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
|
| /linux/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 83 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()
|
| /linux/arch/riscv/kernel/ |
| H A D | asm-offsets.c | 92 OFFSET(TSK_STACK_CANARY, task_struct, stack_canary); in asm_offsets()
|
| /linux/include/linux/ |
| H A D | sched.h | 1061 unsigned long stack_canary; member
|