Searched refs:stack_canary (Results 1 – 12 of 12) sorted by relevance
/arch/x86/include/asm/ |
D | stackprotector.h | 64 BUILD_BUG_ON(offsetof(union irq_stack_union, stack_canary) != 40); in boot_init_stack_canary() 76 current->stack_canary = canary; in boot_init_stack_canary() 78 this_cpu_write(irq_stack_union.stack_canary, canary); in boot_init_stack_canary() 80 this_cpu_write(stack_canary.canary, canary); in boot_init_stack_canary() 87 unsigned long canary = (unsigned long)&per_cpu(stack_canary, cpu); in setup_stack_canary_segment()
|
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))
|
D | processor.h | 427 unsigned long stack_canary; member 445 struct stack_canary { struct 449 DECLARE_PER_CPU_ALIGNED(struct stack_canary, stack_canary); argument
|
/arch/arm/include/asm/ |
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()
|
/arch/sh/include/asm/ |
D | stackprotector.h | 23 current->stack_canary = canary; in boot_init_stack_canary() 24 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
|
/arch/arm64/include/asm/ |
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()
|
/arch/mips/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()
|
/arch/sh/kernel/ |
D | process_32.c | 179 __stack_chk_guard = next->stack_canary; in __switch_to()
|
/arch/arm/kernel/ |
D | asm-offsets.c | 53 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
|
/arch/x86/kernel/cpu/ |
D | common.c | 1238 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
|
/arch/mips/kernel/ |
D | asm-offsets.c | 85 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines()
|
/arch/x86/kernel/ |
D | head_32.S | 524 movl $stack_canary,%ecx
|