Lines Matching full:thread

24 	OFFSET(TASK_THREAD_RA, task_struct, thread.ra);  in asm_offsets()
25 OFFSET(TASK_THREAD_SP, task_struct, thread.sp); in asm_offsets()
26 OFFSET(TASK_THREAD_S0, task_struct, thread.s[0]); in asm_offsets()
27 OFFSET(TASK_THREAD_S1, task_struct, thread.s[1]); in asm_offsets()
28 OFFSET(TASK_THREAD_S2, task_struct, thread.s[2]); in asm_offsets()
29 OFFSET(TASK_THREAD_S3, task_struct, thread.s[3]); in asm_offsets()
30 OFFSET(TASK_THREAD_S4, task_struct, thread.s[4]); in asm_offsets()
31 OFFSET(TASK_THREAD_S5, task_struct, thread.s[5]); in asm_offsets()
32 OFFSET(TASK_THREAD_S6, task_struct, thread.s[6]); in asm_offsets()
33 OFFSET(TASK_THREAD_S7, task_struct, thread.s[7]); in asm_offsets()
34 OFFSET(TASK_THREAD_S8, task_struct, thread.s[8]); in asm_offsets()
35 OFFSET(TASK_THREAD_S9, task_struct, thread.s[9]); in asm_offsets()
36 OFFSET(TASK_THREAD_S10, task_struct, thread.s[10]); in asm_offsets()
37 OFFSET(TASK_THREAD_S11, task_struct, thread.s[11]); in asm_offsets()
47 OFFSET(TASK_THREAD_F0, task_struct, thread.fstate.f[0]); in asm_offsets()
48 OFFSET(TASK_THREAD_F1, task_struct, thread.fstate.f[1]); in asm_offsets()
49 OFFSET(TASK_THREAD_F2, task_struct, thread.fstate.f[2]); in asm_offsets()
50 OFFSET(TASK_THREAD_F3, task_struct, thread.fstate.f[3]); in asm_offsets()
51 OFFSET(TASK_THREAD_F4, task_struct, thread.fstate.f[4]); in asm_offsets()
52 OFFSET(TASK_THREAD_F5, task_struct, thread.fstate.f[5]); in asm_offsets()
53 OFFSET(TASK_THREAD_F6, task_struct, thread.fstate.f[6]); in asm_offsets()
54 OFFSET(TASK_THREAD_F7, task_struct, thread.fstate.f[7]); in asm_offsets()
55 OFFSET(TASK_THREAD_F8, task_struct, thread.fstate.f[8]); in asm_offsets()
56 OFFSET(TASK_THREAD_F9, task_struct, thread.fstate.f[9]); in asm_offsets()
57 OFFSET(TASK_THREAD_F10, task_struct, thread.fstate.f[10]); in asm_offsets()
58 OFFSET(TASK_THREAD_F11, task_struct, thread.fstate.f[11]); in asm_offsets()
59 OFFSET(TASK_THREAD_F12, task_struct, thread.fstate.f[12]); in asm_offsets()
60 OFFSET(TASK_THREAD_F13, task_struct, thread.fstate.f[13]); in asm_offsets()
61 OFFSET(TASK_THREAD_F14, task_struct, thread.fstate.f[14]); in asm_offsets()
62 OFFSET(TASK_THREAD_F15, task_struct, thread.fstate.f[15]); in asm_offsets()
63 OFFSET(TASK_THREAD_F16, task_struct, thread.fstate.f[16]); in asm_offsets()
64 OFFSET(TASK_THREAD_F17, task_struct, thread.fstate.f[17]); in asm_offsets()
65 OFFSET(TASK_THREAD_F18, task_struct, thread.fstate.f[18]); in asm_offsets()
66 OFFSET(TASK_THREAD_F19, task_struct, thread.fstate.f[19]); in asm_offsets()
67 OFFSET(TASK_THREAD_F20, task_struct, thread.fstate.f[20]); in asm_offsets()
68 OFFSET(TASK_THREAD_F21, task_struct, thread.fstate.f[21]); in asm_offsets()
69 OFFSET(TASK_THREAD_F22, task_struct, thread.fstate.f[22]); in asm_offsets()
70 OFFSET(TASK_THREAD_F23, task_struct, thread.fstate.f[23]); in asm_offsets()
71 OFFSET(TASK_THREAD_F24, task_struct, thread.fstate.f[24]); in asm_offsets()
72 OFFSET(TASK_THREAD_F25, task_struct, thread.fstate.f[25]); in asm_offsets()
73 OFFSET(TASK_THREAD_F26, task_struct, thread.fstate.f[26]); in asm_offsets()
74 OFFSET(TASK_THREAD_F27, task_struct, thread.fstate.f[27]); in asm_offsets()
75 OFFSET(TASK_THREAD_F28, task_struct, thread.fstate.f[28]); in asm_offsets()
76 OFFSET(TASK_THREAD_F29, task_struct, thread.fstate.f[29]); in asm_offsets()
77 OFFSET(TASK_THREAD_F30, task_struct, thread.fstate.f[30]); in asm_offsets()
78 OFFSET(TASK_THREAD_F31, task_struct, thread.fstate.f[31]); in asm_offsets()
79 OFFSET(TASK_THREAD_FCSR, task_struct, thread.fstate.fcsr); in asm_offsets()
289 offsetof(struct task_struct, thread.ra) in asm_offsets()
290 - offsetof(struct task_struct, thread.ra) in asm_offsets()
293 offsetof(struct task_struct, thread.sp) in asm_offsets()
294 - offsetof(struct task_struct, thread.ra) in asm_offsets()
297 offsetof(struct task_struct, thread.s[0]) in asm_offsets()
298 - offsetof(struct task_struct, thread.ra) in asm_offsets()
301 offsetof(struct task_struct, thread.s[1]) in asm_offsets()
302 - offsetof(struct task_struct, thread.ra) in asm_offsets()
305 offsetof(struct task_struct, thread.s[2]) in asm_offsets()
306 - offsetof(struct task_struct, thread.ra) in asm_offsets()
309 offsetof(struct task_struct, thread.s[3]) in asm_offsets()
310 - offsetof(struct task_struct, thread.ra) in asm_offsets()
313 offsetof(struct task_struct, thread.s[4]) in asm_offsets()
314 - offsetof(struct task_struct, thread.ra) in asm_offsets()
317 offsetof(struct task_struct, thread.s[5]) in asm_offsets()
318 - offsetof(struct task_struct, thread.ra) in asm_offsets()
321 offsetof(struct task_struct, thread.s[6]) in asm_offsets()
322 - offsetof(struct task_struct, thread.ra) in asm_offsets()
325 offsetof(struct task_struct, thread.s[7]) in asm_offsets()
326 - offsetof(struct task_struct, thread.ra) in asm_offsets()
329 offsetof(struct task_struct, thread.s[8]) in asm_offsets()
330 - offsetof(struct task_struct, thread.ra) in asm_offsets()
333 offsetof(struct task_struct, thread.s[9]) in asm_offsets()
334 - offsetof(struct task_struct, thread.ra) in asm_offsets()
337 offsetof(struct task_struct, thread.s[10]) in asm_offsets()
338 - offsetof(struct task_struct, thread.ra) in asm_offsets()
341 offsetof(struct task_struct, thread.s[11]) in asm_offsets()
342 - offsetof(struct task_struct, thread.ra) in asm_offsets()
346 offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
347 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
350 offsetof(struct task_struct, thread.fstate.f[1]) in asm_offsets()
351 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
354 offsetof(struct task_struct, thread.fstate.f[2]) in asm_offsets()
355 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
358 offsetof(struct task_struct, thread.fstate.f[3]) in asm_offsets()
359 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
362 offsetof(struct task_struct, thread.fstate.f[4]) in asm_offsets()
363 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
366 offsetof(struct task_struct, thread.fstate.f[5]) in asm_offsets()
367 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
370 offsetof(struct task_struct, thread.fstate.f[6]) in asm_offsets()
371 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
374 offsetof(struct task_struct, thread.fstate.f[7]) in asm_offsets()
375 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
378 offsetof(struct task_struct, thread.fstate.f[8]) in asm_offsets()
379 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
382 offsetof(struct task_struct, thread.fstate.f[9]) in asm_offsets()
383 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
386 offsetof(struct task_struct, thread.fstate.f[10]) in asm_offsets()
387 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
390 offsetof(struct task_struct, thread.fstate.f[11]) in asm_offsets()
391 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
394 offsetof(struct task_struct, thread.fstate.f[12]) in asm_offsets()
395 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
398 offsetof(struct task_struct, thread.fstate.f[13]) in asm_offsets()
399 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
402 offsetof(struct task_struct, thread.fstate.f[14]) in asm_offsets()
403 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
406 offsetof(struct task_struct, thread.fstate.f[15]) in asm_offsets()
407 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
410 offsetof(struct task_struct, thread.fstate.f[16]) in asm_offsets()
411 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
414 offsetof(struct task_struct, thread.fstate.f[17]) in asm_offsets()
415 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
418 offsetof(struct task_struct, thread.fstate.f[18]) in asm_offsets()
419 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
422 offsetof(struct task_struct, thread.fstate.f[19]) in asm_offsets()
423 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
426 offsetof(struct task_struct, thread.fstate.f[20]) in asm_offsets()
427 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
430 offsetof(struct task_struct, thread.fstate.f[21]) in asm_offsets()
431 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
434 offsetof(struct task_struct, thread.fstate.f[22]) in asm_offsets()
435 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
438 offsetof(struct task_struct, thread.fstate.f[23]) in asm_offsets()
439 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
442 offsetof(struct task_struct, thread.fstate.f[24]) in asm_offsets()
443 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
446 offsetof(struct task_struct, thread.fstate.f[25]) in asm_offsets()
447 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
450 offsetof(struct task_struct, thread.fstate.f[26]) in asm_offsets()
451 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
454 offsetof(struct task_struct, thread.fstate.f[27]) in asm_offsets()
455 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
458 offsetof(struct task_struct, thread.fstate.f[28]) in asm_offsets()
459 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
462 offsetof(struct task_struct, thread.fstate.f[29]) in asm_offsets()
463 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
466 offsetof(struct task_struct, thread.fstate.f[30]) in asm_offsets()
467 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
470 offsetof(struct task_struct, thread.fstate.f[31]) in asm_offsets()
471 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
474 offsetof(struct task_struct, thread.fstate.fcsr) in asm_offsets()
475 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()