Lines Matching full:f

41 	OFFSET(TASK_THREAD_F0,  task_struct, thread.fstate.f[0]);  in asm_offsets()
42 OFFSET(TASK_THREAD_F1, task_struct, thread.fstate.f[1]); in asm_offsets()
43 OFFSET(TASK_THREAD_F2, task_struct, thread.fstate.f[2]); in asm_offsets()
44 OFFSET(TASK_THREAD_F3, task_struct, thread.fstate.f[3]); in asm_offsets()
45 OFFSET(TASK_THREAD_F4, task_struct, thread.fstate.f[4]); in asm_offsets()
46 OFFSET(TASK_THREAD_F5, task_struct, thread.fstate.f[5]); in asm_offsets()
47 OFFSET(TASK_THREAD_F6, task_struct, thread.fstate.f[6]); in asm_offsets()
48 OFFSET(TASK_THREAD_F7, task_struct, thread.fstate.f[7]); in asm_offsets()
49 OFFSET(TASK_THREAD_F8, task_struct, thread.fstate.f[8]); in asm_offsets()
50 OFFSET(TASK_THREAD_F9, task_struct, thread.fstate.f[9]); in asm_offsets()
51 OFFSET(TASK_THREAD_F10, task_struct, thread.fstate.f[10]); in asm_offsets()
52 OFFSET(TASK_THREAD_F11, task_struct, thread.fstate.f[11]); in asm_offsets()
53 OFFSET(TASK_THREAD_F12, task_struct, thread.fstate.f[12]); in asm_offsets()
54 OFFSET(TASK_THREAD_F13, task_struct, thread.fstate.f[13]); in asm_offsets()
55 OFFSET(TASK_THREAD_F14, task_struct, thread.fstate.f[14]); in asm_offsets()
56 OFFSET(TASK_THREAD_F15, task_struct, thread.fstate.f[15]); in asm_offsets()
57 OFFSET(TASK_THREAD_F16, task_struct, thread.fstate.f[16]); in asm_offsets()
58 OFFSET(TASK_THREAD_F17, task_struct, thread.fstate.f[17]); in asm_offsets()
59 OFFSET(TASK_THREAD_F18, task_struct, thread.fstate.f[18]); in asm_offsets()
60 OFFSET(TASK_THREAD_F19, task_struct, thread.fstate.f[19]); in asm_offsets()
61 OFFSET(TASK_THREAD_F20, task_struct, thread.fstate.f[20]); in asm_offsets()
62 OFFSET(TASK_THREAD_F21, task_struct, thread.fstate.f[21]); in asm_offsets()
63 OFFSET(TASK_THREAD_F22, task_struct, thread.fstate.f[22]); in asm_offsets()
64 OFFSET(TASK_THREAD_F23, task_struct, thread.fstate.f[23]); in asm_offsets()
65 OFFSET(TASK_THREAD_F24, task_struct, thread.fstate.f[24]); in asm_offsets()
66 OFFSET(TASK_THREAD_F25, task_struct, thread.fstate.f[25]); in asm_offsets()
67 OFFSET(TASK_THREAD_F26, task_struct, thread.fstate.f[26]); in asm_offsets()
68 OFFSET(TASK_THREAD_F27, task_struct, thread.fstate.f[27]); in asm_offsets()
69 OFFSET(TASK_THREAD_F28, task_struct, thread.fstate.f[28]); in asm_offsets()
70 OFFSET(TASK_THREAD_F29, task_struct, thread.fstate.f[29]); in asm_offsets()
71 OFFSET(TASK_THREAD_F30, task_struct, thread.fstate.f[30]); in asm_offsets()
72 OFFSET(TASK_THREAD_F31, task_struct, thread.fstate.f[31]); in asm_offsets()
201 /* F extension */ in asm_offsets()
203 OFFSET(KVM_ARCH_FP_F_F0, kvm_cpu_context, fp.f.f[0]); in asm_offsets()
204 OFFSET(KVM_ARCH_FP_F_F1, kvm_cpu_context, fp.f.f[1]); in asm_offsets()
205 OFFSET(KVM_ARCH_FP_F_F2, kvm_cpu_context, fp.f.f[2]); in asm_offsets()
206 OFFSET(KVM_ARCH_FP_F_F3, kvm_cpu_context, fp.f.f[3]); in asm_offsets()
207 OFFSET(KVM_ARCH_FP_F_F4, kvm_cpu_context, fp.f.f[4]); in asm_offsets()
208 OFFSET(KVM_ARCH_FP_F_F5, kvm_cpu_context, fp.f.f[5]); in asm_offsets()
209 OFFSET(KVM_ARCH_FP_F_F6, kvm_cpu_context, fp.f.f[6]); in asm_offsets()
210 OFFSET(KVM_ARCH_FP_F_F7, kvm_cpu_context, fp.f.f[7]); in asm_offsets()
211 OFFSET(KVM_ARCH_FP_F_F8, kvm_cpu_context, fp.f.f[8]); in asm_offsets()
212 OFFSET(KVM_ARCH_FP_F_F9, kvm_cpu_context, fp.f.f[9]); in asm_offsets()
213 OFFSET(KVM_ARCH_FP_F_F10, kvm_cpu_context, fp.f.f[10]); in asm_offsets()
214 OFFSET(KVM_ARCH_FP_F_F11, kvm_cpu_context, fp.f.f[11]); in asm_offsets()
215 OFFSET(KVM_ARCH_FP_F_F12, kvm_cpu_context, fp.f.f[12]); in asm_offsets()
216 OFFSET(KVM_ARCH_FP_F_F13, kvm_cpu_context, fp.f.f[13]); in asm_offsets()
217 OFFSET(KVM_ARCH_FP_F_F14, kvm_cpu_context, fp.f.f[14]); in asm_offsets()
218 OFFSET(KVM_ARCH_FP_F_F15, kvm_cpu_context, fp.f.f[15]); in asm_offsets()
219 OFFSET(KVM_ARCH_FP_F_F16, kvm_cpu_context, fp.f.f[16]); in asm_offsets()
220 OFFSET(KVM_ARCH_FP_F_F17, kvm_cpu_context, fp.f.f[17]); in asm_offsets()
221 OFFSET(KVM_ARCH_FP_F_F18, kvm_cpu_context, fp.f.f[18]); in asm_offsets()
222 OFFSET(KVM_ARCH_FP_F_F19, kvm_cpu_context, fp.f.f[19]); in asm_offsets()
223 OFFSET(KVM_ARCH_FP_F_F20, kvm_cpu_context, fp.f.f[20]); in asm_offsets()
224 OFFSET(KVM_ARCH_FP_F_F21, kvm_cpu_context, fp.f.f[21]); in asm_offsets()
225 OFFSET(KVM_ARCH_FP_F_F22, kvm_cpu_context, fp.f.f[22]); in asm_offsets()
226 OFFSET(KVM_ARCH_FP_F_F23, kvm_cpu_context, fp.f.f[23]); in asm_offsets()
227 OFFSET(KVM_ARCH_FP_F_F24, kvm_cpu_context, fp.f.f[24]); in asm_offsets()
228 OFFSET(KVM_ARCH_FP_F_F25, kvm_cpu_context, fp.f.f[25]); in asm_offsets()
229 OFFSET(KVM_ARCH_FP_F_F26, kvm_cpu_context, fp.f.f[26]); in asm_offsets()
230 OFFSET(KVM_ARCH_FP_F_F27, kvm_cpu_context, fp.f.f[27]); in asm_offsets()
231 OFFSET(KVM_ARCH_FP_F_F28, kvm_cpu_context, fp.f.f[28]); in asm_offsets()
232 OFFSET(KVM_ARCH_FP_F_F29, kvm_cpu_context, fp.f.f[29]); in asm_offsets()
233 OFFSET(KVM_ARCH_FP_F_F30, kvm_cpu_context, fp.f.f[30]); in asm_offsets()
234 OFFSET(KVM_ARCH_FP_F_F31, kvm_cpu_context, fp.f.f[31]); in asm_offsets()
235 OFFSET(KVM_ARCH_FP_F_FCSR, kvm_cpu_context, fp.f.fcsr); in asm_offsets()
239 OFFSET(KVM_ARCH_FP_D_F0, kvm_cpu_context, fp.d.f[0]); in asm_offsets()
240 OFFSET(KVM_ARCH_FP_D_F1, kvm_cpu_context, fp.d.f[1]); in asm_offsets()
241 OFFSET(KVM_ARCH_FP_D_F2, kvm_cpu_context, fp.d.f[2]); in asm_offsets()
242 OFFSET(KVM_ARCH_FP_D_F3, kvm_cpu_context, fp.d.f[3]); in asm_offsets()
243 OFFSET(KVM_ARCH_FP_D_F4, kvm_cpu_context, fp.d.f[4]); in asm_offsets()
244 OFFSET(KVM_ARCH_FP_D_F5, kvm_cpu_context, fp.d.f[5]); in asm_offsets()
245 OFFSET(KVM_ARCH_FP_D_F6, kvm_cpu_context, fp.d.f[6]); in asm_offsets()
246 OFFSET(KVM_ARCH_FP_D_F7, kvm_cpu_context, fp.d.f[7]); in asm_offsets()
247 OFFSET(KVM_ARCH_FP_D_F8, kvm_cpu_context, fp.d.f[8]); in asm_offsets()
248 OFFSET(KVM_ARCH_FP_D_F9, kvm_cpu_context, fp.d.f[9]); in asm_offsets()
249 OFFSET(KVM_ARCH_FP_D_F10, kvm_cpu_context, fp.d.f[10]); in asm_offsets()
250 OFFSET(KVM_ARCH_FP_D_F11, kvm_cpu_context, fp.d.f[11]); in asm_offsets()
251 OFFSET(KVM_ARCH_FP_D_F12, kvm_cpu_context, fp.d.f[12]); in asm_offsets()
252 OFFSET(KVM_ARCH_FP_D_F13, kvm_cpu_context, fp.d.f[13]); in asm_offsets()
253 OFFSET(KVM_ARCH_FP_D_F14, kvm_cpu_context, fp.d.f[14]); in asm_offsets()
254 OFFSET(KVM_ARCH_FP_D_F15, kvm_cpu_context, fp.d.f[15]); in asm_offsets()
255 OFFSET(KVM_ARCH_FP_D_F16, kvm_cpu_context, fp.d.f[16]); in asm_offsets()
256 OFFSET(KVM_ARCH_FP_D_F17, kvm_cpu_context, fp.d.f[17]); in asm_offsets()
257 OFFSET(KVM_ARCH_FP_D_F18, kvm_cpu_context, fp.d.f[18]); in asm_offsets()
258 OFFSET(KVM_ARCH_FP_D_F19, kvm_cpu_context, fp.d.f[19]); in asm_offsets()
259 OFFSET(KVM_ARCH_FP_D_F20, kvm_cpu_context, fp.d.f[20]); in asm_offsets()
260 OFFSET(KVM_ARCH_FP_D_F21, kvm_cpu_context, fp.d.f[21]); in asm_offsets()
261 OFFSET(KVM_ARCH_FP_D_F22, kvm_cpu_context, fp.d.f[22]); in asm_offsets()
262 OFFSET(KVM_ARCH_FP_D_F23, kvm_cpu_context, fp.d.f[23]); in asm_offsets()
263 OFFSET(KVM_ARCH_FP_D_F24, kvm_cpu_context, fp.d.f[24]); in asm_offsets()
264 OFFSET(KVM_ARCH_FP_D_F25, kvm_cpu_context, fp.d.f[25]); in asm_offsets()
265 OFFSET(KVM_ARCH_FP_D_F26, kvm_cpu_context, fp.d.f[26]); in asm_offsets()
266 OFFSET(KVM_ARCH_FP_D_F27, kvm_cpu_context, fp.d.f[27]); in asm_offsets()
267 OFFSET(KVM_ARCH_FP_D_F28, kvm_cpu_context, fp.d.f[28]); in asm_offsets()
268 OFFSET(KVM_ARCH_FP_D_F29, kvm_cpu_context, fp.d.f[29]); in asm_offsets()
269 OFFSET(KVM_ARCH_FP_D_F30, kvm_cpu_context, fp.d.f[30]); in asm_offsets()
270 OFFSET(KVM_ARCH_FP_D_F31, kvm_cpu_context, fp.d.f[31]); in asm_offsets()
274 * THREAD_{F,X}* might be larger than a S-type offset can handle, but in asm_offsets()
336 offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
337 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
340 offsetof(struct task_struct, thread.fstate.f[1]) in asm_offsets()
341 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
344 offsetof(struct task_struct, thread.fstate.f[2]) in asm_offsets()
345 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
348 offsetof(struct task_struct, thread.fstate.f[3]) in asm_offsets()
349 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
352 offsetof(struct task_struct, thread.fstate.f[4]) in asm_offsets()
353 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
356 offsetof(struct task_struct, thread.fstate.f[5]) in asm_offsets()
357 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
360 offsetof(struct task_struct, thread.fstate.f[6]) in asm_offsets()
361 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
364 offsetof(struct task_struct, thread.fstate.f[7]) in asm_offsets()
365 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
368 offsetof(struct task_struct, thread.fstate.f[8]) in asm_offsets()
369 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
372 offsetof(struct task_struct, thread.fstate.f[9]) in asm_offsets()
373 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
376 offsetof(struct task_struct, thread.fstate.f[10]) in asm_offsets()
377 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
380 offsetof(struct task_struct, thread.fstate.f[11]) in asm_offsets()
381 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
384 offsetof(struct task_struct, thread.fstate.f[12]) in asm_offsets()
385 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
388 offsetof(struct task_struct, thread.fstate.f[13]) in asm_offsets()
389 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
392 offsetof(struct task_struct, thread.fstate.f[14]) in asm_offsets()
393 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
396 offsetof(struct task_struct, thread.fstate.f[15]) in asm_offsets()
397 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
400 offsetof(struct task_struct, thread.fstate.f[16]) in asm_offsets()
401 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
404 offsetof(struct task_struct, thread.fstate.f[17]) in asm_offsets()
405 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
408 offsetof(struct task_struct, thread.fstate.f[18]) in asm_offsets()
409 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
412 offsetof(struct task_struct, thread.fstate.f[19]) in asm_offsets()
413 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
416 offsetof(struct task_struct, thread.fstate.f[20]) in asm_offsets()
417 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
420 offsetof(struct task_struct, thread.fstate.f[21]) in asm_offsets()
421 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
424 offsetof(struct task_struct, thread.fstate.f[22]) in asm_offsets()
425 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
428 offsetof(struct task_struct, thread.fstate.f[23]) in asm_offsets()
429 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
432 offsetof(struct task_struct, thread.fstate.f[24]) in asm_offsets()
433 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
436 offsetof(struct task_struct, thread.fstate.f[25]) in asm_offsets()
437 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
440 offsetof(struct task_struct, thread.fstate.f[26]) in asm_offsets()
441 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
444 offsetof(struct task_struct, thread.fstate.f[27]) in asm_offsets()
445 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
448 offsetof(struct task_struct, thread.fstate.f[28]) in asm_offsets()
449 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
452 offsetof(struct task_struct, thread.fstate.f[29]) in asm_offsets()
453 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
456 offsetof(struct task_struct, thread.fstate.f[30]) in asm_offsets()
457 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
460 offsetof(struct task_struct, thread.fstate.f[31]) in asm_offsets()
461 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
465 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()