Searched defs:cpu_context (Results 1 – 8 of 8) sorted by relevance
31 struct cpu_context { struct32 __u32 r1; /* stack pointer */33 __u32 r2;35 __u32 r13;36 __u32 r14;37 __u32 r15;38 __u32 r16;39 __u32 r17;40 __u32 r18;42 __u32 r19;[all …]
102 struct cpu_context { struct118 struct cpu_context cpu_context; member
21 struct cpu_context_save cpu_context; /* cpu context */ member
76 struct cpu_context_save cpu_context; /* cpu context */ member
295 const struct cpu_context *cpu_context = in microblaze_unwind() local
38 #define cpu_context(cpu, mm) ((mm)->context.id[cpu]) macro
95 #define cpu_context(cpu, mm) ((mm)->context.asid[cpu]) macro
58 struct cpu_context_save cpu_context; /* cpu context */ member