• Home
  • Raw
  • Download

Lines Matching refs:OFFSET

20 	OFFSET(SIGCONTEXT_d0, sigcontext, d0);  in foo()
21 OFFSET(SIGCONTEXT_d1, sigcontext, d1); in foo()
24 OFFSET(TI_task, thread_info, task); in foo()
25 OFFSET(TI_frame, thread_info, frame); in foo()
26 OFFSET(TI_flags, thread_info, flags); in foo()
27 OFFSET(TI_cpu, thread_info, cpu); in foo()
28 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
29 OFFSET(TI_addr_limit, thread_info, addr_limit); in foo()
32 OFFSET(REG_D0, pt_regs, d0); in foo()
33 OFFSET(REG_D1, pt_regs, d1); in foo()
34 OFFSET(REG_D2, pt_regs, d2); in foo()
35 OFFSET(REG_D3, pt_regs, d3); in foo()
36 OFFSET(REG_A0, pt_regs, a0); in foo()
37 OFFSET(REG_A1, pt_regs, a1); in foo()
38 OFFSET(REG_A2, pt_regs, a2); in foo()
39 OFFSET(REG_A3, pt_regs, a3); in foo()
40 OFFSET(REG_E0, pt_regs, e0); in foo()
41 OFFSET(REG_E1, pt_regs, e1); in foo()
42 OFFSET(REG_E2, pt_regs, e2); in foo()
43 OFFSET(REG_E3, pt_regs, e3); in foo()
44 OFFSET(REG_E4, pt_regs, e4); in foo()
45 OFFSET(REG_E5, pt_regs, e5); in foo()
46 OFFSET(REG_E6, pt_regs, e6); in foo()
47 OFFSET(REG_E7, pt_regs, e7); in foo()
48 OFFSET(REG_SP, pt_regs, sp); in foo()
49 OFFSET(REG_EPSW, pt_regs, epsw); in foo()
50 OFFSET(REG_PC, pt_regs, pc); in foo()
51 OFFSET(REG_LAR, pt_regs, lar); in foo()
52 OFFSET(REG_LIR, pt_regs, lir); in foo()
53 OFFSET(REG_MDR, pt_regs, mdr); in foo()
54 OFFSET(REG_MCVF, pt_regs, mcvf); in foo()
55 OFFSET(REG_MCRL, pt_regs, mcrl); in foo()
56 OFFSET(REG_MCRH, pt_regs, mcrh); in foo()
57 OFFSET(REG_MDRQ, pt_regs, mdrq); in foo()
58 OFFSET(REG_ORIG_D0, pt_regs, orig_d0); in foo()
59 OFFSET(REG_NEXT, pt_regs, next); in foo()
63 OFFSET(THREAD_UREGS, thread_struct, uregs); in foo()
64 OFFSET(THREAD_PC, thread_struct, pc); in foo()
65 OFFSET(THREAD_SP, thread_struct, sp); in foo()
66 OFFSET(THREAD_A3, thread_struct, a3); in foo()
67 OFFSET(THREAD_USP, thread_struct, usp); in foo()
69 OFFSET(THREAD_FPU_FLAGS, thread_struct, fpu_flags); in foo()
70 OFFSET(THREAD_FPU_STATE, thread_struct, fpu_state); in foo()
76 OFFSET(TASK_THREAD, task_struct, thread); in foo()
87 OFFSET(RT_SIGFRAME_sigcontext, rt_sigframe, uc.uc_mcontext); in foo()
91 OFFSET(__rx_buffer, mn10300_serial_port, rx_buffer); in foo()
92 OFFSET(__rx_inp, mn10300_serial_port, rx_inp); in foo()
93 OFFSET(__rx_outp, mn10300_serial_port, rx_outp); in foo()
94 OFFSET(__uart_state, mn10300_serial_port, uart.state); in foo()
95 OFFSET(__tx_xchar, mn10300_serial_port, tx_xchar); in foo()
96 OFFSET(__tx_flags, mn10300_serial_port, tx_flags); in foo()
97 OFFSET(__intr_flags, mn10300_serial_port, intr_flags); in foo()
98 OFFSET(__rx_icr, mn10300_serial_port, rx_icr); in foo()
99 OFFSET(__tx_icr, mn10300_serial_port, tx_icr); in foo()
100 OFFSET(__tm_icr, mn10300_serial_port, _tmicr); in foo()
101 OFFSET(__iobase, mn10300_serial_port, _iobase); in foo()
104 OFFSET(__xmit_buffer, uart_state, xmit.buf); in foo()
105 OFFSET(__xmit_head, uart_state, xmit.head); in foo()
106 OFFSET(__xmit_tail, uart_state, xmit.tail); in foo()