• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/

Lines Matching defs:tstate

105 	thread_state_t			tstate,
133 tstate[0] = PPC_THREAD_STATE;
134 tstate[1] = PPC_FLOAT_STATE;
135 tstate[2] = PPC_EXCEPTION_STATE;
136 tstate[3] = PPC_VECTOR_STATE;
137 tstate[4] = PPC_THREAD_STATE64;
138 tstate[5] = PPC_EXCEPTION_STATE64;
149 ts = (struct ppc_thread_state *) tstate;
221 xts = (struct ppc_thread_state64 *) tstate;
291 es = (struct ppc_exception_state *) tstate;
314 xes = (struct ppc_exception_state64 *) tstate;
339 fs = (struct ppc_float_state *) tstate; /* Point to destination */
370 vs = (struct ppc_vector_state *) tstate; /* Point to destination */
431 thread_state_t tstate,
454 tstate[0] = PPC_THREAD_STATE;
455 tstate[1] = PPC_FLOAT_STATE;
456 tstate[2] = PPC_EXCEPTION_STATE;
457 tstate[3] = PPC_VECTOR_STATE;
458 tstate[4] = PPC_THREAD_STATE64;
459 tstate[5] = PPC_EXCEPTION_STATE64;
470 ts = (struct ppc_thread_state *) tstate;
542 xts = (struct ppc_thread_state64 *) tstate;
610 es = (struct ppc_exception_state *) tstate;
633 xes = (struct ppc_exception_state64 *) tstate;
665 thread_state_t tstate,
741 ts = (struct ppc_thread_state *)tstate;
799 xts = (struct ppc_thread_state64 *)tstate;
857 es = (struct ppc_exception_state *) tstate;
871 xes = (struct ppc_exception_state *) tstate;
907 fs = (struct ppc_float_state *) tstate; /* Point to source */
945 vs = (struct ppc_vector_state *) tstate; /* Point to source */
963 thread_set_wq_state64(thread_t thread, thread_state_t tstate)
970 ts = (struct ppc_thread_state64 *)tstate;
1259 thread_state_t tstate,
1277 state = (struct ppc_thread_state *) tstate;
1301 state64 = (struct ppc_thread_state64 *)tstate;
1415 thread_state_t tstate,
1437 state = (struct ppc_thread_state *) tstate;
1457 state64 = (struct ppc_thread_state64 *)tstate;