Searched defs:cpu_context (Results 1 – 9 of 9) sorted by relevance
30 __u32 r2;32 __u32 r13;33 __u32 r14;34 __u32 r15;35 __u32 r16;36 __u32 r17;37 __u32 r18;39 __u32 r19;40 __u32 r20;41 __u32 r21;[all …]
17 struct cpu_context { struct33 struct cpu_context cpu_context; /* cpu context */ argument
123 struct cpu_context { struct140 struct cpu_context cpu_context; /* cpu context */ argument
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
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
62 struct cpu_context_save cpu_context; /* cpu context */ member
144 struct hv_per_cpu_context __percpu *cpu_context; member
Completed in 14 milliseconds