Searched refs:stack_canary (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/arch/sh/include/asm/ |
H A D | stackprotector.h | 23 current->stack_canary = canary; boot_init_stack_canary() 24 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | switch_to.h | 16 "movl %%ebx, "__percpu_arg([stack_canary])"\n\t" 18 , [stack_canary] "=m" (stack_canary.canary) 20 , [task_canary] "i" (offsetof(struct task_struct, stack_canary)) 94 , [gs_canary] "=m" (irq_stack_union.stack_canary) 96 , [task_canary] "i" (offsetof(struct task_struct, stack_canary))
|
H A D | stackprotector.h | 15 * irq_stack_union which contains stack_canary at offset 40. Userland 64 BUILD_BUG_ON(offsetof(union irq_stack_union, stack_canary) != 40); boot_init_stack_canary() 76 current->stack_canary = canary; boot_init_stack_canary() 78 this_cpu_write(irq_stack_union.stack_canary, canary); boot_init_stack_canary() 80 this_cpu_write(stack_canary.canary, canary); boot_init_stack_canary() 87 unsigned long canary = (unsigned long)&per_cpu(stack_canary, cpu); setup_stack_canary_segment()
|
H A D | processor.h | 450 unsigned long stack_canary; member in struct:irq_stack_union::__anon3080 468 struct stack_canary { struct 472 DECLARE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
|
H A D | segment.h | 84 * 28 - stack_canary-20 [ for stack protector ] <=== cacheline #8
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | stackprotector.h | 36 current->stack_canary = canary; boot_init_stack_canary() 37 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | stackprotector.h | 34 current->stack_canary = canary; boot_init_stack_canary() 35 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | stackprotector.h | 34 current->stack_canary = canary; boot_init_stack_canary() 35 __stack_chk_guard = current->stack_canary; boot_init_stack_canary()
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | process_32.c | 186 __stack_chk_guard = next->stack_canary; __switch_to()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | asm-offsets.c | 63 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); main()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | asm-offsets.c | 85 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); output_task_defines()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | common.c | 1289 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | head_32.S | 525 movl $stack_canary,%ecx
|
/linux-4.1.27/kernel/ |
H A D | fork.c | 364 tsk->stack_canary = get_random_int(); dup_task_struct()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 1399 unsigned long stack_canary; member in struct:task_struct
|
Completed in 321 milliseconds