cpu_context 56 arch/arm/include/asm/thread_info.h struct cpu_context_save cpu_context; /* cpu context */ cpu_context 95 arch/arm/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.pc)) cpu_context 97 arch/arm/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.sp)) cpu_context 101 arch/arm/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.fp)) cpu_context 104 arch/arm/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.r7)) cpu_context 60 arch/arm/kernel/asm-offsets.c DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); cpu_context 91 arch/arm/kernel/kgdb.c gdb_regs[_R4] = ti->cpu_context.r4; cpu_context 92 arch/arm/kernel/kgdb.c gdb_regs[_R5] = ti->cpu_context.r5; cpu_context 93 arch/arm/kernel/kgdb.c gdb_regs[_R6] = ti->cpu_context.r6; cpu_context 94 arch/arm/kernel/kgdb.c gdb_regs[_R7] = ti->cpu_context.r7; cpu_context 95 arch/arm/kernel/kgdb.c gdb_regs[_R8] = ti->cpu_context.r8; cpu_context 96 arch/arm/kernel/kgdb.c gdb_regs[_R9] = ti->cpu_context.r9; cpu_context 97 arch/arm/kernel/kgdb.c gdb_regs[_R10] = ti->cpu_context.sl; cpu_context 98 arch/arm/kernel/kgdb.c gdb_regs[_FP] = ti->cpu_context.fp; cpu_context 99 arch/arm/kernel/kgdb.c gdb_regs[_SPT] = ti->cpu_context.sp; cpu_context 100 arch/arm/kernel/kgdb.c gdb_regs[_PC] = ti->cpu_context.pc; cpu_context 233 arch/arm/kernel/process.c memset(&thread->cpu_context, 0, sizeof(struct cpu_context_save)); cpu_context 252 arch/arm/kernel/process.c thread->cpu_context.r4 = stk_sz; cpu_context 253 arch/arm/kernel/process.c thread->cpu_context.r5 = stack_start; cpu_context 256 arch/arm/kernel/process.c thread->cpu_context.pc = (unsigned long)ret_from_fork; cpu_context 257 arch/arm/kernel/process.c thread->cpu_context.sp = (unsigned long)childregs; cpu_context 39 arch/arm/kernel/xscale-cp0.c thread->cpu_context.extra[0] = 0; cpu_context 40 arch/arm/kernel/xscale-cp0.c thread->cpu_context.extra[1] = 0; cpu_context 44 arch/arm/kernel/xscale-cp0.c dsp_save_state(current_thread_info()->cpu_context.extra); cpu_context 45 arch/arm/kernel/xscale-cp0.c dsp_load_state(thread->cpu_context.extra); cpu_context 126 arch/arm64/include/asm/processor.h struct cpu_context cpu_context; /* cpu context */ cpu_context 47 arch/arm64/include/asm/thread_info.h ((unsigned long)(tsk->thread.cpu_context.pc)) cpu_context 49 arch/arm64/include/asm/thread_info.h ((unsigned long)(tsk->thread.cpu_context.sp)) cpu_context 51 arch/arm64/include/asm/thread_info.h ((unsigned long)(tsk->thread.cpu_context.fp)) cpu_context 42 arch/arm64/kernel/asm-offsets.c DEFINE(THREAD_CPU_CONTEXT, offsetof(struct task_struct, thread.cpu_context)); cpu_context 130 arch/arm64/kernel/kgdb.c struct cpu_context *cpu_context = &task->thread.cpu_context; cpu_context 135 arch/arm64/kernel/kgdb.c gdb_regs[19] = cpu_context->x19; cpu_context 136 arch/arm64/kernel/kgdb.c gdb_regs[20] = cpu_context->x20; cpu_context 137 arch/arm64/kernel/kgdb.c gdb_regs[21] = cpu_context->x21; cpu_context 138 arch/arm64/kernel/kgdb.c gdb_regs[22] = cpu_context->x22; cpu_context 139 arch/arm64/kernel/kgdb.c gdb_regs[23] = cpu_context->x23; cpu_context 140 arch/arm64/kernel/kgdb.c gdb_regs[24] = cpu_context->x24; cpu_context 141 arch/arm64/kernel/kgdb.c gdb_regs[25] = cpu_context->x25; cpu_context 142 arch/arm64/kernel/kgdb.c gdb_regs[26] = cpu_context->x26; cpu_context 143 arch/arm64/kernel/kgdb.c gdb_regs[27] = cpu_context->x27; cpu_context 144 arch/arm64/kernel/kgdb.c gdb_regs[28] = cpu_context->x28; cpu_context 145 arch/arm64/kernel/kgdb.c gdb_regs[29] = cpu_context->fp; cpu_context 147 arch/arm64/kernel/kgdb.c gdb_regs[31] = cpu_context->sp; cpu_context 148 arch/arm64/kernel/kgdb.c gdb_regs[32] = cpu_context->pc; cpu_context 368 arch/arm64/kernel/process.c memset(&p->thread.cpu_context, 0, sizeof(struct cpu_context)); cpu_context 415 arch/arm64/kernel/process.c p->thread.cpu_context.x19 = stack_start; cpu_context 416 arch/arm64/kernel/process.c p->thread.cpu_context.x20 = stk_sz; cpu_context 418 arch/arm64/kernel/process.c p->thread.cpu_context.pc = (unsigned long)ret_from_fork; cpu_context 419 arch/arm64/kernel/process.c p->thread.cpu_context.sp = (unsigned long)childregs; cpu_context 74 arch/microblaze/include/asm/thread_info.h struct cpu_context cpu_context; cpu_context 93 arch/microblaze/kernel/asm-offsets.c DEFINE(TI_CPU_CONTEXT, offsetof(struct thread_info, cpu_context)); cpu_context 98 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R1, offsetof(struct cpu_context, r1)); /* r1 */ cpu_context 99 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R2, offsetof(struct cpu_context, r2)); cpu_context 101 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R13, offsetof(struct cpu_context, r13)); cpu_context 102 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R14, offsetof(struct cpu_context, r14)); cpu_context 103 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R15, offsetof(struct cpu_context, r15)); cpu_context 104 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R16, offsetof(struct cpu_context, r16)); cpu_context 105 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R17, offsetof(struct cpu_context, r17)); cpu_context 106 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R18, offsetof(struct cpu_context, r18)); cpu_context 108 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R19, offsetof(struct cpu_context, r19)); cpu_context 109 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R20, offsetof(struct cpu_context, r20)); cpu_context 110 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R21, offsetof(struct cpu_context, r21)); cpu_context 111 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R22, offsetof(struct cpu_context, r22)); cpu_context 112 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R23, offsetof(struct cpu_context, r23)); cpu_context 113 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R24, offsetof(struct cpu_context, r24)); cpu_context 114 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R25, offsetof(struct cpu_context, r25)); cpu_context 115 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R26, offsetof(struct cpu_context, r26)); cpu_context 116 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R27, offsetof(struct cpu_context, r27)); cpu_context 117 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R28, offsetof(struct cpu_context, r28)); cpu_context 118 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R29, offsetof(struct cpu_context, r29)); cpu_context 119 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_R30, offsetof(struct cpu_context, r30)); cpu_context 121 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_MSR, offsetof(struct cpu_context, msr)); cpu_context 122 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_EAR, offsetof(struct cpu_context, ear)); cpu_context 123 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_ESR, offsetof(struct cpu_context, esr)); cpu_context 124 arch/microblaze/kernel/asm-offsets.c DEFINE(CC_FSR, offsetof(struct cpu_context, fsr)); cpu_context 67 arch/microblaze/kernel/process.c memset(&ti->cpu_context, 0, sizeof(struct cpu_context)); cpu_context 68 arch/microblaze/kernel/process.c ti->cpu_context.r1 = (unsigned long)childregs; cpu_context 69 arch/microblaze/kernel/process.c ti->cpu_context.r20 = (unsigned long)usp; /* fn */ cpu_context 70 arch/microblaze/kernel/process.c ti->cpu_context.r19 = (unsigned long)arg; cpu_context 74 arch/microblaze/kernel/process.c ti->cpu_context.msr = childregs->msr & ~MSR_IE; cpu_context 76 arch/microblaze/kernel/process.c ti->cpu_context.r15 = (unsigned long)ret_from_kernel_thread - 8; cpu_context 83 arch/microblaze/kernel/process.c memset(&ti->cpu_context, 0, sizeof(struct cpu_context)); cpu_context 84 arch/microblaze/kernel/process.c ti->cpu_context.r1 = (unsigned long)childregs; cpu_context 86 arch/microblaze/kernel/process.c ti->cpu_context.msr = (unsigned long)childregs->msr; cpu_context 106 arch/microblaze/kernel/process.c ti->cpu_context.msr = (childregs->msr|MSR_VM); cpu_context 107 arch/microblaze/kernel/process.c ti->cpu_context.msr &= ~MSR_UMS; /* switch_to to kernel mode */ cpu_context 108 arch/microblaze/kernel/process.c ti->cpu_context.msr &= ~MSR_IE; cpu_context 110 arch/microblaze/kernel/process.c ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8; cpu_context 42 arch/microblaze/kernel/traps.c (task->stack))->cpu_context.r1; cpu_context 296 arch/microblaze/kernel/unwind.c const struct cpu_context *cpu_context = cpu_context 297 arch/microblaze/kernel/unwind.c &thread_info->cpu_context; cpu_context 301 arch/microblaze/kernel/unwind.c cpu_context->r1, cpu_context 302 arch/microblaze/kernel/unwind.c cpu_context->r15, trace); cpu_context 125 arch/mips/include/asm/mmu_context.h (cpu_context((cpu), (mm)) & cpu_asid_mask(&cpu_data[cpu])) cpu_context 202 arch/mips/include/asm/mmu_context.h ctx = cpu_context(cpu, mm); cpu_context 544 arch/mips/kernel/smp.c if (cpu != smp_processor_id() && cpu_context(cpu, mm)) cpu_context 608 arch/mips/kernel/smp.c if (cpu != smp_processor_id() && cpu_context(cpu, mm)) cpu_context 674 arch/mips/kernel/smp.c if (cpu != smp_processor_id() && cpu_context(cpu, vma->vm_mm)) cpu_context 249 arch/mips/mm/c-r3k.c cpu_context(smp_processor_id(), mm), addr); cpu_context 252 arch/mips/mm/c-r3k.c if (cpu_context(smp_processor_id(), mm) == 0) cpu_context 544 arch/mips/mm/c-r4k.c return cpu_context(0, mm) != 0; cpu_context 557 arch/mips/mm/c-r4k.c if (cpu_context(i, mm)) cpu_context 153 arch/mips/mm/c-tx39.c if (cpu_context(smp_processor_id(), mm) != 0) cpu_context 162 arch/mips/mm/c-tx39.c if (!(cpu_context(smp_processor_id(), vma->vm_mm))) cpu_context 181 arch/mips/mm/c-tx39.c if (cpu_context(smp_processor_id(), mm) == 0) cpu_context 59 arch/mips/mm/context.c if (!asid_versions_eq(cpu, cpu_context(cpu, mm), asid_cache(cpu))) cpu_context 129 arch/mips/mm/context.c mmid = cpu_context(0, mm); cpu_context 209 arch/mips/mm/context.c ctx = cpu_context(cpu, mm); cpu_context 216 arch/mips/mm/context.c ctx = cpu_context(cpu, mm); cpu_context 77 arch/mips/mm/tlb-r3k.c if (cpu_context(cpu, mm) != 0) { cpu_context 82 arch/mips/mm/tlb-r3k.c cpu_context(cpu, mm) & asid_mask, start, end); cpu_context 88 arch/mips/mm/tlb-r3k.c int newpid = cpu_context(cpu, mm) & asid_mask; cpu_context 155 arch/mips/mm/tlb-r3k.c if (cpu_context(cpu, vma->vm_mm) != 0) { cpu_context 160 arch/mips/mm/tlb-r3k.c printk("[tlbpage<%lu,0x%08lx>]", cpu_context(cpu, vma->vm_mm), page); cpu_context 162 arch/mips/mm/tlb-r3k.c newpid = cpu_context(cpu, vma->vm_mm) & asid_mask; cpu_context 197 arch/mips/mm/tlb-r3k.c if ((pid != (cpu_context(cpu, vma->vm_mm) & asid_mask)) || (cpu_context(cpu, vma->vm_mm) == 0)) { cpu_context 199 arch/mips/mm/tlb-r3k.c (cpu_context(cpu, vma->vm_mm)), pid); cpu_context 113 arch/mips/mm/tlb-r4k.c if (cpu_context(cpu, mm) != 0) { cpu_context 216 arch/mips/mm/tlb-r4k.c if (cpu_context(cpu, vma->vm_mm) != 0) { cpu_context 33 arch/nds32/include/asm/processor.h struct cpu_context cpu_context; /* cpu context */ cpu_context 35 arch/nds32/include/asm/thread_info.h #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) cpu_context 36 arch/nds32/include/asm/thread_info.h #define thread_saved_fp(tsk) ((unsigned long)(tsk->thread.cpu_context.fp)) cpu_context 16 arch/nds32/kernel/asm-offsets.c offsetof(struct task_struct, thread.cpu_context)); cpu_context 157 arch/nds32/kernel/process.c memset(&p->thread.cpu_context, 0, sizeof(struct cpu_context)); cpu_context 162 arch/nds32/kernel/process.c p->thread.cpu_context.r6 = stack_start; cpu_context 164 arch/nds32/kernel/process.c p->thread.cpu_context.r7 = stk_sz; cpu_context 176 arch/nds32/kernel/process.c p->thread.cpu_context.pc = (unsigned long)ret_from_fork; cpu_context 177 arch/nds32/kernel/process.c p->thread.cpu_context.sp = (unsigned long)childregs; cpu_context 145 arch/nds32/kernel/traps.c base_reg = (unsigned long *)(tsk->thread.cpu_context.sp); cpu_context 150 arch/nds32/kernel/traps.c base_reg = (unsigned long *)(tsk->thread.cpu_context.fp); cpu_context 44 arch/sh/include/asm/mmu_context.h (cpu_context((cpu), (mm)) & MMU_CONTEXT_ASID_MASK) cpu_context 65 arch/sh/include/asm/mmu_context.h if (((cpu_context(cpu, mm) ^ asid) & MMU_CONTEXT_VERSION_MASK) == 0) cpu_context 93 arch/sh/include/asm/mmu_context.h cpu_context(cpu, mm) = asid_cache(cpu) = asid; cpu_context 106 arch/sh/include/asm/mmu_context.h cpu_context(i, mm) = NO_CONTEXT; cpu_context 370 arch/sh/kernel/smp.c cpu_context(i, mm) = 0; cpu_context 407 arch/sh/kernel/smp.c cpu_context(i, mm) = 0; cpu_context 450 arch/sh/kernel/smp.c cpu_context(i, vma->vm_mm) = 0; cpu_context 192 arch/sh/mm/cache-sh4.c if (cpu_context(smp_processor_id(), mm) == NO_CONTEXT) cpu_context 223 arch/sh/mm/cache-sh4.c if (cpu_context(smp_processor_id(), vma->vm_mm) == NO_CONTEXT) cpu_context 286 arch/sh/mm/cache-sh4.c if (cpu_context(smp_processor_id(), vma->vm_mm) == NO_CONTEXT) cpu_context 19 arch/sh/mm/tlbflush_32.c if (vma->vm_mm && cpu_context(cpu, vma->vm_mm) != NO_CONTEXT) { cpu_context 45 arch/sh/mm/tlbflush_32.c if (cpu_context(cpu, mm) != NO_CONTEXT) { cpu_context 52 arch/sh/mm/tlbflush_32.c cpu_context(cpu, mm) = NO_CONTEXT; cpu_context 112 arch/sh/mm/tlbflush_32.c if (cpu_context(cpu, mm) != NO_CONTEXT) { cpu_context 116 arch/sh/mm/tlbflush_32.c cpu_context(cpu, mm) = NO_CONTEXT; cpu_context 89 arch/sh/mm/tlbflush_64.c if (cpu_context(cpu, mm) == NO_CONTEXT) cpu_context 133 arch/sh/mm/tlbflush_64.c if (cpu_context(cpu, mm) == NO_CONTEXT) cpu_context 138 arch/sh/mm/tlbflush_64.c cpu_context(cpu, mm) = NO_CONTEXT; cpu_context 18 arch/unicore32/include/asm/suspend.h struct cpu_context_save cpu_context; /* cpu context */ cpu_context 71 arch/unicore32/include/asm/thread_info.h struct cpu_context_save cpu_context; /* cpu context */ cpu_context 99 arch/unicore32/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.pc)) cpu_context 101 arch/unicore32/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.sp)) cpu_context 103 arch/unicore32/include/asm/thread_info.h ((unsigned long)(task_thread_info(tsk)->cpu_context.fp)) cpu_context 43 arch/unicore32/kernel/asm-offsets.c DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); cpu_context 98 arch/unicore32/kernel/asm-offsets.c cpu_context)); cpu_context 229 arch/unicore32/kernel/process.c memset(&thread->cpu_context, 0, sizeof(struct cpu_context_save)); cpu_context 230 arch/unicore32/kernel/process.c thread->cpu_context.sp = (unsigned long)childregs; cpu_context 232 arch/unicore32/kernel/process.c thread->cpu_context.pc = (unsigned long)ret_from_kernel_thread; cpu_context 233 arch/unicore32/kernel/process.c thread->cpu_context.r4 = stack_start; cpu_context 234 arch/unicore32/kernel/process.c thread->cpu_context.r5 = stk_sz; cpu_context 237 arch/unicore32/kernel/process.c thread->cpu_context.pc = (unsigned long)ret_from_fork; cpu_context 347 drivers/hv/channel_mgmt.c = this_cpu_ptr(hv_context.cpu_context); cpu_context 789 drivers/hv/channel_mgmt.c = per_cpu_ptr(hv_context.cpu_context, cpu); cpu_context 818 drivers/hv/channel_mgmt.c = per_cpu_ptr(hv_context.cpu_context, cpu); cpu_context 33 drivers/hv/hv.c hv_context.cpu_context = alloc_percpu(struct hv_per_cpu_context); cpu_context 34 drivers/hv/hv.c if (!hv_context.cpu_context) cpu_context 55 drivers/hv/hv.c hv_cpu = get_cpu_ptr(hv_context.cpu_context); cpu_context 85 drivers/hv/hv.c hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); cpu_context 97 drivers/hv/hv.c hv_cpu = per_cpu_ptr(hv_context.cpu_context, cpu); cpu_context 140 drivers/hv/hv.c = per_cpu_ptr(hv_context.cpu_context, cpu); cpu_context 160 drivers/hv/hv.c = per_cpu_ptr(hv_context.cpu_context, cpu); cpu_context 149 drivers/hv/hyperv_vmbus.h struct hv_per_cpu_context __percpu *cpu_context; cpu_context 1240 drivers/hv/vmbus_drv.c = this_cpu_ptr(hv_context.cpu_context); cpu_context 2461 drivers/hv/vmbus_drv.c = per_cpu_ptr(hv_context.cpu_context, cpu);