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

12

/freebsd-10.0-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-10.0-release/sys/kern/
H A Dkern_ktr.c425 struct tstate { struct
429 static struct tstate tstate; variable in typeref:struct:tstate
436 tstate.cur = (ktr_idx - 1) % ktr_entries;
437 tstate.first = -1;
458 if (tstate.cur == tstate.first || ktr_buf == NULL) {
462 kp = &ktr_buf[tstate.cur];
469 db_printf("%d (%p", tstate.cur, kp->ktr_thread);
486 if (tstate
[all...]
/freebsd-10.0-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-10.0-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-10.0-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.c496 struct ahc_tmode_tstate *tstate; local
513 &tstate);
565 tstate, targ_info,
568 if (tstate->auto_negotiate & devinfo.target_mask) {
1312 struct ahc_tmode_tstate *tstate; local
1322 &tstate);
1414 struct ahc_tmode_tstate *tstate; local
1420 &tstate);
1421 ahc_update_neg_request(ahc, devinfo, tstate,
1578 struct ahc_tmode_tstate *tstate; local
1625 struct ahc_tmode_tstate *tstate; local
1866 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
1914 struct ahc_tmode_tstate *tstate; local
2040 struct ahc_tmode_tstate *tstate; local
2123 struct ahc_tmode_tstate *tstate; local
2384 struct ahc_tmode_tstate *tstate; local
3084 struct ahc_tmode_tstate *tstate; local
3513 struct ahc_tmode_tstate *tstate; local
3823 struct ahc_tmode_tstate* tstate; local
4085 struct ahc_tmode_tstate *tstate; local
5062 struct ahc_tmode_tstate *tstate; local
6169 struct ahc_tmode_tstate* tstate; local
7290 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
7333 struct ahc_tmode_tstate *tstate; local
7786 struct ahc_tmode_tstate *tstate; local
[all...]
H A Daic79xx.c1064 struct ahd_tmode_tstate *tstate; local
1098 &tstate);
2289 struct ahd_tmode_tstate *tstate; local
2307 devinfo.target, &tstate);
2574 struct ahd_tmode_tstate *tstate; local
2586 &tstate);
2587 ahd_update_neg_request(ahd, devinfo, tstate,
2824 struct ahd_tmode_tstate *tstate; local
2832 tstate = malloc(sizeof(*tstate), M_DEVBU
2865 struct ahd_tmode_tstate *tstate; local
3038 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
3086 struct ahd_tmode_tstate *tstate; local
3231 struct ahd_tmode_tstate *tstate; local
3423 struct ahd_tmode_tstate *tstate; local
3715 struct ahd_tmode_tstate *tstate; local
4300 struct ahd_tmode_tstate *tstate; local
4725 struct ahd_tmode_tstate *tstate; local
5123 struct ahd_tmode_tstate* tstate; local
5444 struct ahd_tmode_tstate *tstate; local
6720 struct ahd_tmode_tstate *tstate; local
6891 struct ahd_tmode_tstate *tstate; local
6972 struct ahd_tmode_tstate *tstate; local
8065 struct ahd_tmode_tstate* tstate; local
8299 struct ahd_tmode_tstate *tstate; local
9865 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
9909 struct ahd_tmode_tstate *tstate; local
10289 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-10.0-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-10.0-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-10.0-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-10.0-release/lib/libc/sparc64/gen/
H A Dmakecontext.c35 #include <machine/tstate.h>
/freebsd-10.0-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-10.0-release/usr.bin/truss/
H A Dsparc64-fbsd.c53 #include <machine/tstate.h>
/freebsd-10.0-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-10.0-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 210 milliseconds

12