• Home
  • Raw
  • Download

Lines Matching refs:cpu_context

93 	DEFINE(TI_CPU_CONTEXT, offsetof(struct thread_info, cpu_context));  in main()
98 DEFINE(CC_R1, offsetof(struct cpu_context, r1)); /* r1 */ in main()
99 DEFINE(CC_R2, offsetof(struct cpu_context, r2)); in main()
101 DEFINE(CC_R13, offsetof(struct cpu_context, r13)); in main()
102 DEFINE(CC_R14, offsetof(struct cpu_context, r14)); in main()
103 DEFINE(CC_R15, offsetof(struct cpu_context, r15)); in main()
104 DEFINE(CC_R16, offsetof(struct cpu_context, r16)); in main()
105 DEFINE(CC_R17, offsetof(struct cpu_context, r17)); in main()
106 DEFINE(CC_R18, offsetof(struct cpu_context, r18)); in main()
108 DEFINE(CC_R19, offsetof(struct cpu_context, r19)); in main()
109 DEFINE(CC_R20, offsetof(struct cpu_context, r20)); in main()
110 DEFINE(CC_R21, offsetof(struct cpu_context, r21)); in main()
111 DEFINE(CC_R22, offsetof(struct cpu_context, r22)); in main()
112 DEFINE(CC_R23, offsetof(struct cpu_context, r23)); in main()
113 DEFINE(CC_R24, offsetof(struct cpu_context, r24)); in main()
114 DEFINE(CC_R25, offsetof(struct cpu_context, r25)); in main()
115 DEFINE(CC_R26, offsetof(struct cpu_context, r26)); in main()
116 DEFINE(CC_R27, offsetof(struct cpu_context, r27)); in main()
117 DEFINE(CC_R28, offsetof(struct cpu_context, r28)); in main()
118 DEFINE(CC_R29, offsetof(struct cpu_context, r29)); in main()
119 DEFINE(CC_R30, offsetof(struct cpu_context, r30)); in main()
121 DEFINE(CC_MSR, offsetof(struct cpu_context, msr)); in main()
122 DEFINE(CC_EAR, offsetof(struct cpu_context, ear)); in main()
123 DEFINE(CC_ESR, offsetof(struct cpu_context, esr)); in main()
124 DEFINE(CC_FSR, offsetof(struct cpu_context, fsr)); in main()