Searched refs:stack_canary (Results 1 – 19 of 19) sorted by relevance
| /Linux-v4.19/arch/x86/include/asm/ |
| D | stackprotector.h | 67 BUILD_BUG_ON(offsetof(union irq_stack_union, stack_canary) != 40); in boot_init_stack_canary() 80 current->stack_canary = canary; in boot_init_stack_canary() 82 this_cpu_write(irq_stack_union.stack_canary, canary); in boot_init_stack_canary() 84 this_cpu_write(stack_canary.canary, canary); in boot_init_stack_canary() 91 unsigned long canary = (unsigned long)&per_cpu(stack_canary, cpu); in setup_stack_canary_segment()
|
| D | processor.h | 401 unsigned long stack_canary; member 429 struct stack_canary { struct 433 DECLARE_PER_CPU_ALIGNED(struct stack_canary, stack_canary); argument
|
| /Linux-v4.19/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-v4.19/arch/arm/include/asm/ |
| D | stackprotector.h | 35 current->stack_canary = canary; in boot_init_stack_canary() 36 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
| /Linux-v4.19/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-v4.19/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-v4.19/arch/arm64/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-v4.19/arch/x86/kernel/ |
| D | asm-offsets_64.c | 71 DEFINE(stack_canary_offset, offsetof(union irq_stack_union, stack_canary)); in main()
|
| D | asm-offsets_32.c | 61 OFFSET(stack_canary_offset, stack_canary, canary); in foo()
|
| D | asm-offsets.c | 36 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
|
| D | head_32.S | 385 movl $stack_canary,%ecx
|
| /Linux-v4.19/arch/sh/kernel/ |
| D | process_32.c | 181 __stack_chk_guard = next->stack_canary; in __switch_to()
|
| /Linux-v4.19/arch/xtensa/kernel/ |
| D | asm-offsets.c | 80 DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
| /Linux-v4.19/arch/arm/kernel/ |
| D | asm-offsets.c | 54 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
| /Linux-v4.19/arch/x86/kernel/cpu/ |
| D | common.c | 1624 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
|
| /Linux-v4.19/arch/mips/kernel/ |
| D | asm-offsets.c | 87 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
|
| /Linux-v4.19/arch/x86/entry/ |
| D | entry_32.S | 658 movl %ebx, PER_CPU_VAR(stack_canary)+stack_canary_offset
|
| /Linux-v4.19/include/linux/ |
| D | sched.h | 751 unsigned long stack_canary; member
|
| /Linux-v4.19/kernel/ |
| D | fork.c | 846 tsk->stack_canary = get_random_canary(); in dup_task_struct()
|