Searched defs:cpu_context (Results 1 – 9 of 9) sorted by relevance
28 struct cpu_context { struct29 __u32 r1; /* stack pointer */30 __u32 r2;32 __u32 r13;33 __u32 r14;34 __u32 r15;35 __u32 r16;36 __u32 r17;37 __u32 r18;39 __u32 r19;[all …]
125 struct cpu_context { struct142 struct cpu_context cpu_context; /* cpu context */ member
284 const struct cpu_context *cpu_context = in microblaze_unwind() local
106 static inline u64 cpu_context(unsigned int cpu, const struct mm_struct *mm) in cpu_context() function
34 #define cpu_context(cpu, mm) ((mm)->context.asid[cpu]) macro
40 #define cpu_context(cpu, mm) ((mm)->context.id[cpu]) macro
131 struct cpu_context *cpu_context = &task->thread.cpu_context; in sleeping_thread_to_gdb_regs() local
67 struct cpu_context_save cpu_context; /* cpu context */ member
144 struct hv_per_cpu_context __percpu *cpu_context; member