Searched refs:tstate (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/sys/kern/
H A Dkern_ktr.c327 struct tstate { struct
331 static struct tstate tstate; variable in typeref:struct:tstate
338 tstate.cur = (ktr_idx - 1) % KTR_ENTRIES;
339 tstate.first = -1;
360 if (tstate.cur == tstate.first) {
364 kp = &ktr_buf[tstate.cur];
371 db_printf("%d (%p", tstate.cur, kp->ktr_thread);
388 if (tstate
[all...]
/freebsd-9.3-release/sys/sparc64/include/
H A Dcpu.h41 #include <machine/tstate.h>
H A Dtstate.h79 #define TSTATE_SECURE(tstate) \
80 PSTATE_SECURE(((tstate) >> TSTATE_PSTATE_SHIFT) & ((1 << TSTATE_PSTATE_BITS) - 1))
/freebsd-9.3-release/sys/net/
H A Dslcompress.c68 register struct cstate *tstate = comp->tstate; local
75 bzero((char *)comp->tstate, sizeof(comp->tstate));
79 tstate[i].cs_id = i;
80 tstate[i].cs_next = &tstate[i - 1];
82 tstate[0].cs_next = &tstate[max_state];
83 tstate[
[all...]
H A Dslcompress.h132 struct cstate *last_cs; /* most recently used tstate */
146 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c87 register struct cstate *tstate = comp->tstate; local
91 tstate[i].cs_id = i;
92 tstate[i].cs_next = &tstate[i - 1];
94 tstate[0].cs_next = &tstate[max_state];
95 tstate[0].cs_id = 0;
96 comp->last_cs = &tstate[0];
H A Dslcompress.h131 struct cstate *last_cs; /* most recently used tstate */
135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */ member in struct:slcompress
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c476 struct ahd_tmode_tstate *tstate; local
479 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate,
485 tstate = NULL;
519 struct ahd_tmode_tstate *tstate; local
534 target_id, &tstate);
608 struct ahd_tmode_tstate *tstate; local
612 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate,
733 struct ahd_tmode_tstate *tstate; local
747 devinfo.target, &tstate);
751 discenable = &tstate
849 struct ahd_tmode_tstate *tstate; local
950 struct ahd_tmode_tstate *tstate; local
1151 struct ahd_tmode_tstate *tstate; local
[all...]
H A Daic7xxx_osm.c461 struct ahc_tmode_tstate *tstate; local
464 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate,
470 tstate = NULL;
574 struct ahc_tmode_tstate *tstate; local
578 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate,
608 struct ahc_tmode_tstate *tstate; local
623 devinfo.target, &tstate);
627 discenable = &tstate->discenable;
628 tagenable = &tstate->tagenable;
833 struct ahc_tmode_tstate *tstate; local
935 struct ahc_tmode_tstate *tstate; local
1212 struct ahc_tmode_tstate *tstate; local
[all...]
H A Daic7xxx.c495 struct ahc_tmode_tstate *tstate; local
512 &tstate);
564 tstate, targ_info,
567 if (tstate->auto_negotiate & devinfo.target_mask) {
1311 struct ahc_tmode_tstate *tstate; local
1321 &tstate);
1413 struct ahc_tmode_tstate *tstate; local
1419 &tstate);
1420 ahc_update_neg_request(ahc, devinfo, tstate,
1577 struct ahc_tmode_tstate *tstate; local
1624 struct ahc_tmode_tstate *tstate; local
1865 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
1913 struct ahc_tmode_tstate *tstate; local
2039 struct ahc_tmode_tstate *tstate; local
2122 struct ahc_tmode_tstate *tstate; local
2383 struct ahc_tmode_tstate *tstate; local
3083 struct ahc_tmode_tstate *tstate; local
3512 struct ahc_tmode_tstate *tstate; local
3822 struct ahc_tmode_tstate* tstate; local
4084 struct ahc_tmode_tstate *tstate; local
5061 struct ahc_tmode_tstate *tstate; local
6168 struct ahc_tmode_tstate* tstate; local
7289 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, struct ahc_tmode_tstate **tstate, struct ahc_tmode_lstate **lstate, int notfound_failure) argument
7332 struct ahc_tmode_tstate *tstate; local
7785 struct ahc_tmode_tstate *tstate; local
[all...]
H A Daic79xx.c1063 struct ahd_tmode_tstate *tstate; local
1097 &tstate);
2288 struct ahd_tmode_tstate *tstate; local
2306 devinfo.target, &tstate);
2573 struct ahd_tmode_tstate *tstate; local
2585 &tstate);
2586 ahd_update_neg_request(ahd, devinfo, tstate,
2823 struct ahd_tmode_tstate *tstate; local
2831 tstate = malloc(sizeof(*tstate), M_DEVBU
2864 struct ahd_tmode_tstate *tstate; local
3037 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3085 struct ahd_tmode_tstate *tstate; local
3230 struct ahd_tmode_tstate *tstate; local
3422 struct ahd_tmode_tstate *tstate; local
3714 struct ahd_tmode_tstate *tstate; local
4299 struct ahd_tmode_tstate *tstate; local
4724 struct ahd_tmode_tstate *tstate; local
5122 struct ahd_tmode_tstate* tstate; local
5443 struct ahd_tmode_tstate *tstate; local
6719 struct ahd_tmode_tstate *tstate; local
6890 struct ahd_tmode_tstate *tstate; local
6971 struct ahd_tmode_tstate *tstate; local
8064 struct ahd_tmode_tstate* tstate; local
8298 struct ahd_tmode_tstate *tstate; local
9864 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, struct ahd_tmode_tstate **tstate, struct ahd_tmode_lstate **lstate, int notfound_failure) argument
9908 struct ahd_tmode_tstate *tstate; local
10288 struct ahd_tmode_tstate *tstate; local
[all...]
H A Daic7xxx_inline.h240 struct ahc_tmode_tstate **tstate);
286 u_int remote_id, struct ahc_tmode_tstate **tstate)
296 *tstate = ahc->enabled_targets[our_id];
297 return (&(*tstate)->transinfo[remote_id]);
285 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, u_int remote_id, struct ahc_tmode_tstate **tstate) argument
H A Daic79xx_inline.h429 struct ahd_tmode_tstate **tstate);
502 u_int remote_id, struct ahd_tmode_tstate **tstate)
512 *tstate = ahd->enabled_targets[our_id];
513 return (&(*tstate)->transinfo[remote_id]);
501 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, u_int remote_id, struct ahd_tmode_tstate **tstate) argument
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu.c86 #include <machine/tstate.h>
130 u_long fsr, tstate; local
161 tstate = uf->uf_state;
162 sig = __fpu_execute(uf, &fe, insn, tstate);
270 u_long tstate)
311 (tstate & TSTATE_ICC_MASK) >> TSTATE_ICC_SHIFT);
315 (tstate & TSTATE_XCC_MASK) >> (TSTATE_XCC_SHIFT));
269 __fpu_execute(struct utrapframe *uf, struct fpemu *fe, u_int32_t insn, u_long tstate) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.c1802 ttstate_t candidate_tstate, tstate;
1818 for (tid = get_process_first_stopped_thread_id (pid, &tstate);
1820 tid = get_process_next_stopped_thread_id (pid, &tstate))
1826 if (tstate.tts_event == TTEVT_NONE)
1828 set_handled (pid, tstate.tts_lwpid);
1839 else if (doing_fake_step && (tstate.tts_lwpid == fake_step_tid))
1849 tstate.tts_lwpid,
1850 get_printable_name_of_ttrace_event (tstate.tts_event));
1856 candidate_tid = tstate.tts_lwpid;
1857 candidate_tstate = tstate;
1792 ttstate_t candidate_tstate, tstate; local
1946 ttstate_t tstate; local
2507 ttstate_t tstate; local
[all...]
H A Dsparc64-tdep.c234 and %ccr as laid out in a %tstate register. */
1164 ULONGEST tstate, psr;
1167 tstate = extract_unsigned_integer (regs + offset, 8);
1168 psr = ((tstate & TSTATE_CWP) | PSR_S | ((tstate & TSTATE_ICC) >> 12)
1169 | ((tstate & TSTATE_XCC) >> 20) | PSR_V8PLUS);
1278 ULONGEST tstate, psr;
1281 tstate = extract_unsigned_integer (regs + offset, 8);
1284 tstate |= (psr & PSR_ICC) << 12;
1286 tstate |
1157 ULONGEST tstate, psr; local
1271 ULONGEST tstate, psr; local
[all...]
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A D__sparc_utrap_gen.S35 #include <machine/tstate.h>
95 ! Restore %asi and %ccr from the passed tstate
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dmakecontext.c35 #include <machine/tstate.h>
/freebsd-9.3-release/sys/netgraph/
H A Dng_vjc.c143 /* Parse type for an array of MAX_STATES struct cstate's, ie, tstate & rstate */
170 { "tstate", &ng_vjc_cstatearray_type },
353 index = sl0->last_cs - sl0->tstate;
358 struct cstate *const cs = &sl->tstate[i];
360 index = sl0->tstate[i].cs_next - sl0->tstate;
/freebsd-9.3-release/usr.bin/truss/
H A Dsparc64-fbsd.c53 #include <machine/tstate.h>
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dexception.S72 #include <machine/tstate.h>
1169 rdpr %tstate, %g1
2215 * Pass %fsr in %l4, %tstate in %l5, %tpc in %l6 and %tnpc in %l7.
2218 * can read it, and we must pass %tstate in order to restore %ccr
2231 rdpr %tstate, %l5
2248 * Setup %tstate for return, change the saved cwp to point to the
2253 wrpr %l1, %l2, %tstate
2291 rdpr %tstate, %l0
2381 rdpr %tstate, %l0
2622 * Save %tstate i
[all...]
H A Dswtch.S36 #include <machine/tstate.h>
H A Dtrap.c82 #include <machine/tstate.h>
H A Dvm_machdep.c85 #include <machine/tstate.h>
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.h162 typedef struct tstate { struct
163 SLIST_ENTRY(tstate) next;
219 SLIST_HEAD(tslist, tstate);

Completed in 378 milliseconds

12