Lines Matching refs:task_struct

20 	OFFSET(TASK_THREAD_RA, task_struct, thread.ra);  in asm_offsets()
21 OFFSET(TASK_THREAD_SP, task_struct, thread.sp); in asm_offsets()
22 OFFSET(TASK_THREAD_S0, task_struct, thread.s[0]); in asm_offsets()
23 OFFSET(TASK_THREAD_S1, task_struct, thread.s[1]); in asm_offsets()
24 OFFSET(TASK_THREAD_S2, task_struct, thread.s[2]); in asm_offsets()
25 OFFSET(TASK_THREAD_S3, task_struct, thread.s[3]); in asm_offsets()
26 OFFSET(TASK_THREAD_S4, task_struct, thread.s[4]); in asm_offsets()
27 OFFSET(TASK_THREAD_S5, task_struct, thread.s[5]); in asm_offsets()
28 OFFSET(TASK_THREAD_S6, task_struct, thread.s[6]); in asm_offsets()
29 OFFSET(TASK_THREAD_S7, task_struct, thread.s[7]); in asm_offsets()
30 OFFSET(TASK_THREAD_S8, task_struct, thread.s[8]); in asm_offsets()
31 OFFSET(TASK_THREAD_S9, task_struct, thread.s[9]); in asm_offsets()
32 OFFSET(TASK_THREAD_S10, task_struct, thread.s[10]); in asm_offsets()
33 OFFSET(TASK_THREAD_S11, task_struct, thread.s[11]); in asm_offsets()
34 OFFSET(TASK_TI_FLAGS, task_struct, thread_info.flags); in asm_offsets()
35 OFFSET(TASK_TI_PREEMPT_COUNT, task_struct, thread_info.preempt_count); in asm_offsets()
36 OFFSET(TASK_TI_KERNEL_SP, task_struct, thread_info.kernel_sp); in asm_offsets()
37 OFFSET(TASK_TI_USER_SP, task_struct, thread_info.user_sp); in asm_offsets()
39 OFFSET(TASK_THREAD_F0, task_struct, thread.fstate.f[0]); in asm_offsets()
40 OFFSET(TASK_THREAD_F1, task_struct, thread.fstate.f[1]); in asm_offsets()
41 OFFSET(TASK_THREAD_F2, task_struct, thread.fstate.f[2]); in asm_offsets()
42 OFFSET(TASK_THREAD_F3, task_struct, thread.fstate.f[3]); in asm_offsets()
43 OFFSET(TASK_THREAD_F4, task_struct, thread.fstate.f[4]); in asm_offsets()
44 OFFSET(TASK_THREAD_F5, task_struct, thread.fstate.f[5]); in asm_offsets()
45 OFFSET(TASK_THREAD_F6, task_struct, thread.fstate.f[6]); in asm_offsets()
46 OFFSET(TASK_THREAD_F7, task_struct, thread.fstate.f[7]); in asm_offsets()
47 OFFSET(TASK_THREAD_F8, task_struct, thread.fstate.f[8]); in asm_offsets()
48 OFFSET(TASK_THREAD_F9, task_struct, thread.fstate.f[9]); in asm_offsets()
49 OFFSET(TASK_THREAD_F10, task_struct, thread.fstate.f[10]); in asm_offsets()
50 OFFSET(TASK_THREAD_F11, task_struct, thread.fstate.f[11]); in asm_offsets()
51 OFFSET(TASK_THREAD_F12, task_struct, thread.fstate.f[12]); in asm_offsets()
52 OFFSET(TASK_THREAD_F13, task_struct, thread.fstate.f[13]); in asm_offsets()
53 OFFSET(TASK_THREAD_F14, task_struct, thread.fstate.f[14]); in asm_offsets()
54 OFFSET(TASK_THREAD_F15, task_struct, thread.fstate.f[15]); in asm_offsets()
55 OFFSET(TASK_THREAD_F16, task_struct, thread.fstate.f[16]); in asm_offsets()
56 OFFSET(TASK_THREAD_F17, task_struct, thread.fstate.f[17]); in asm_offsets()
57 OFFSET(TASK_THREAD_F18, task_struct, thread.fstate.f[18]); in asm_offsets()
58 OFFSET(TASK_THREAD_F19, task_struct, thread.fstate.f[19]); in asm_offsets()
59 OFFSET(TASK_THREAD_F20, task_struct, thread.fstate.f[20]); in asm_offsets()
60 OFFSET(TASK_THREAD_F21, task_struct, thread.fstate.f[21]); in asm_offsets()
61 OFFSET(TASK_THREAD_F22, task_struct, thread.fstate.f[22]); in asm_offsets()
62 OFFSET(TASK_THREAD_F23, task_struct, thread.fstate.f[23]); in asm_offsets()
63 OFFSET(TASK_THREAD_F24, task_struct, thread.fstate.f[24]); in asm_offsets()
64 OFFSET(TASK_THREAD_F25, task_struct, thread.fstate.f[25]); in asm_offsets()
65 OFFSET(TASK_THREAD_F26, task_struct, thread.fstate.f[26]); in asm_offsets()
66 OFFSET(TASK_THREAD_F27, task_struct, thread.fstate.f[27]); in asm_offsets()
67 OFFSET(TASK_THREAD_F28, task_struct, thread.fstate.f[28]); in asm_offsets()
68 OFFSET(TASK_THREAD_F29, task_struct, thread.fstate.f[29]); in asm_offsets()
69 OFFSET(TASK_THREAD_F30, task_struct, thread.fstate.f[30]); in asm_offsets()
70 OFFSET(TASK_THREAD_F31, task_struct, thread.fstate.f[31]); in asm_offsets()
71 OFFSET(TASK_THREAD_FCSR, task_struct, thread.fstate.fcsr); in asm_offsets()
73 OFFSET(TSK_STACK_CANARY, task_struct, stack_canary); in asm_offsets()
275 offsetof(struct task_struct, thread.ra) in asm_offsets()
276 - offsetof(struct task_struct, thread.ra) in asm_offsets()
279 offsetof(struct task_struct, thread.sp) in asm_offsets()
280 - offsetof(struct task_struct, thread.ra) in asm_offsets()
283 offsetof(struct task_struct, thread.s[0]) in asm_offsets()
284 - offsetof(struct task_struct, thread.ra) in asm_offsets()
287 offsetof(struct task_struct, thread.s[1]) in asm_offsets()
288 - offsetof(struct task_struct, thread.ra) in asm_offsets()
291 offsetof(struct task_struct, thread.s[2]) in asm_offsets()
292 - offsetof(struct task_struct, thread.ra) in asm_offsets()
295 offsetof(struct task_struct, thread.s[3]) in asm_offsets()
296 - offsetof(struct task_struct, thread.ra) in asm_offsets()
299 offsetof(struct task_struct, thread.s[4]) in asm_offsets()
300 - offsetof(struct task_struct, thread.ra) in asm_offsets()
303 offsetof(struct task_struct, thread.s[5]) in asm_offsets()
304 - offsetof(struct task_struct, thread.ra) in asm_offsets()
307 offsetof(struct task_struct, thread.s[6]) in asm_offsets()
308 - offsetof(struct task_struct, thread.ra) in asm_offsets()
311 offsetof(struct task_struct, thread.s[7]) in asm_offsets()
312 - offsetof(struct task_struct, thread.ra) in asm_offsets()
315 offsetof(struct task_struct, thread.s[8]) in asm_offsets()
316 - offsetof(struct task_struct, thread.ra) in asm_offsets()
319 offsetof(struct task_struct, thread.s[9]) in asm_offsets()
320 - offsetof(struct task_struct, thread.ra) in asm_offsets()
323 offsetof(struct task_struct, thread.s[10]) in asm_offsets()
324 - offsetof(struct task_struct, thread.ra) in asm_offsets()
327 offsetof(struct task_struct, thread.s[11]) in asm_offsets()
328 - offsetof(struct task_struct, thread.ra) in asm_offsets()
332 offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
333 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
336 offsetof(struct task_struct, thread.fstate.f[1]) in asm_offsets()
337 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
340 offsetof(struct task_struct, thread.fstate.f[2]) in asm_offsets()
341 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
344 offsetof(struct task_struct, thread.fstate.f[3]) in asm_offsets()
345 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
348 offsetof(struct task_struct, thread.fstate.f[4]) in asm_offsets()
349 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
352 offsetof(struct task_struct, thread.fstate.f[5]) in asm_offsets()
353 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
356 offsetof(struct task_struct, thread.fstate.f[6]) in asm_offsets()
357 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
360 offsetof(struct task_struct, thread.fstate.f[7]) in asm_offsets()
361 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
364 offsetof(struct task_struct, thread.fstate.f[8]) in asm_offsets()
365 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
368 offsetof(struct task_struct, thread.fstate.f[9]) in asm_offsets()
369 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
372 offsetof(struct task_struct, thread.fstate.f[10]) in asm_offsets()
373 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
376 offsetof(struct task_struct, thread.fstate.f[11]) in asm_offsets()
377 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
380 offsetof(struct task_struct, thread.fstate.f[12]) in asm_offsets()
381 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
384 offsetof(struct task_struct, thread.fstate.f[13]) in asm_offsets()
385 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
388 offsetof(struct task_struct, thread.fstate.f[14]) in asm_offsets()
389 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
392 offsetof(struct task_struct, thread.fstate.f[15]) in asm_offsets()
393 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
396 offsetof(struct task_struct, thread.fstate.f[16]) in asm_offsets()
397 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
400 offsetof(struct task_struct, thread.fstate.f[17]) in asm_offsets()
401 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
404 offsetof(struct task_struct, thread.fstate.f[18]) in asm_offsets()
405 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
408 offsetof(struct task_struct, thread.fstate.f[19]) in asm_offsets()
409 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
412 offsetof(struct task_struct, thread.fstate.f[20]) in asm_offsets()
413 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
416 offsetof(struct task_struct, thread.fstate.f[21]) in asm_offsets()
417 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
420 offsetof(struct task_struct, thread.fstate.f[22]) in asm_offsets()
421 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
424 offsetof(struct task_struct, thread.fstate.f[23]) in asm_offsets()
425 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
428 offsetof(struct task_struct, thread.fstate.f[24]) in asm_offsets()
429 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
432 offsetof(struct task_struct, thread.fstate.f[25]) in asm_offsets()
433 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
436 offsetof(struct task_struct, thread.fstate.f[26]) in asm_offsets()
437 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
440 offsetof(struct task_struct, thread.fstate.f[27]) in asm_offsets()
441 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
444 offsetof(struct task_struct, thread.fstate.f[28]) in asm_offsets()
445 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
448 offsetof(struct task_struct, thread.fstate.f[29]) in asm_offsets()
449 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
452 offsetof(struct task_struct, thread.fstate.f[30]) in asm_offsets()
453 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
456 offsetof(struct task_struct, thread.fstate.f[31]) in asm_offsets()
457 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()
460 offsetof(struct task_struct, thread.fstate.fcsr) in asm_offsets()
461 - offsetof(struct task_struct, thread.fstate.f[0]) in asm_offsets()