Home
last modified time | relevance | path

Searched refs:stack_canary (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dswitch_to.h16 "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))
Dstackprotector.h64 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 percpu_write(irq_stack_union.stack_canary, canary); in boot_init_stack_canary()
80 percpu_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()
Dprocessor.h404 unsigned long stack_canary; member
423 struct stack_canary { struct
427 DECLARE_PER_CPU_ALIGNED(struct stack_canary, stack_canary); argument
/linux-3.4.99/arch/arm/include/asm/
Dstackprotector.h34 current->stack_canary = canary; in boot_init_stack_canary()
35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/linux-3.4.99/arch/arm/kernel/
Dasm-offsets.c48 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
/linux-3.4.99/arch/x86/kernel/cpu/
Dcommon.c1121 DEFINE_PER_CPU_ALIGNED(struct stack_canary, stack_canary);
/linux-3.4.99/arch/x86/kernel/
Dhead_32.S461 movl $stack_canary,%ecx
/linux-3.4.99/kernel/
Dfork.c289 tsk->stack_canary = get_random_int(); in dup_task_struct()
/linux-3.4.99/include/linux/
Dsched.h1368 unsigned long stack_canary; member