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

12

/freebsd-11.0-release/sys/sparc64/include/
H A Dcpu.h41 #include <machine/tstate.h>
H A Dtstate.h24 * $FreeBSD: releng/11.0/sys/sparc64/include/tstate.h 88631 2001-12-29 07:11:00Z jake $
79 #define TSTATE_SECURE(tstate) \
80 PSTATE_SECURE(((tstate) >> TSTATE_PSTATE_SHIFT) & ((1 << TSTATE_PSTATE_BITS) - 1))
/freebsd-11.0-release/sys/kern/
H A Dkern_ktr.c404 struct tstate { struct
408 static struct tstate tstate; variable in typeref:struct:tstate
415 tstate.cur = (ktr_idx - 1) % ktr_entries;
416 tstate.first = -1;
437 if (tstate.cur == tstate.first || ktr_buf == NULL) {
441 kp = &ktr_buf[tstate.cur];
448 db_printf("%d (%p", tstate.cur, kp->ktr_thread);
465 if (tstate
[all...]
/freebsd-11.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-11.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-11.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.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
4082 struct ahc_tmode_tstate *tstate; local
5055 struct ahc_tmode_tstate *tstate; local
6162 struct ahc_tmode_tstate* tstate; local
7283 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
7326 struct ahc_tmode_tstate *tstate; local
7779 struct ahc_tmode_tstate *tstate; local
[all...]
H A Daic79xx.c1062 struct ahd_tmode_tstate *tstate; local
1095 &tstate);
2284 struct ahd_tmode_tstate *tstate; local
2302 devinfo.target, &tstate);
2569 struct ahd_tmode_tstate *tstate; local
2581 &tstate);
2582 ahd_update_neg_request(ahd, devinfo, tstate,
2817 struct ahd_tmode_tstate *tstate; local
2825 tstate = malloc(sizeof(*tstate), M_DEVBU
2858 struct ahd_tmode_tstate *tstate; local
3031 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
3079 struct ahd_tmode_tstate *tstate; local
3224 struct ahd_tmode_tstate *tstate; local
3415 struct ahd_tmode_tstate *tstate; local
3707 struct ahd_tmode_tstate *tstate; local
4292 struct ahd_tmode_tstate *tstate; local
4717 struct ahd_tmode_tstate *tstate; local
5115 struct ahd_tmode_tstate* tstate; local
5434 struct ahd_tmode_tstate *tstate; local
6710 struct ahd_tmode_tstate *tstate; local
6881 struct ahd_tmode_tstate *tstate; local
6962 struct ahd_tmode_tstate *tstate; local
8055 struct ahd_tmode_tstate* tstate; local
8289 struct ahd_tmode_tstate *tstate; local
9855 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
9899 struct ahd_tmode_tstate *tstate; local
10279 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-11.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-11.0-release/sbin/ipfw/
H A Dipfw2.c70 ipfw_obj_ctlv *tstate; /* table state data */ member in struct:format_opts
383 static uint16_t pack_object(struct tidx *tstate, char *name, int otype);
384 static uint16_t pack_table(struct tidx *tstate, char *name);
1184 t = table_search_ctlv(fo->tstate, ((ipfw_insn *)cmd)->arg1);
1197 t = table_search_ctlv(fo->tstate, ((ipfw_insn *)cmd)->arg1);
1604 ename = object_search_ctlv(fo->tstate, cmd->arg1,
1628 ename = object_search_ctlv(fo->tstate, cmd->arg1, 0);
1630 ename = object_search_ctlv(fo->tstate,
1919 t = table_search_ctlv(fo->tstate,
1931 t = table_search_ctlv(fo->tstate, cm
2617 ipfw_obj_ctlv *ctlv, *tstate; local
2840 pack_object(struct tidx *tstate, char *name, int otype) argument
2877 pack_table(struct tidx *tstate, char *name) argument
2887 fill_table(ipfw_insn *cmd, char *av, uint8_t opcode, struct tidx *tstate) argument
2925 fill_ip(ipfw_insn_ip *cmd, char *av, int cblen, struct tidx *tstate) argument
3220 fill_iface(ipfw_insn_if *cmd, char *arg, int cblen, struct tidx *tstate) argument
3458 add_srcip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) argument
3475 add_dstip(ipfw_insn *cmd, char *av, int cblen, struct tidx *tstate) argument
3527 add_src(ipfw_insn *cmd, char *av, u_char proto, int cblen, struct tidx *tstate) argument
3558 add_dst(ipfw_insn *cmd, char *av, u_char proto, int cblen, struct tidx *tstate) argument
3601 compile_rule(char *av[], uint32_t *rbuf, int *rbufsize, struct tidx *tstate) argument
4956 ipfw_obj_ctlv *ctlv, *tstate; local
[all...]
/freebsd-11.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-11.0-release/lib/libc/sparc64/gen/
H A Dmakecontext.c35 #include <machine/tstate.h>
/freebsd-11.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-11.0-release/usr.bin/truss/
H A Dsparc64-freebsd.c42 #include <machine/tstate.h>
/freebsd-11.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-11.0-release/sys/sparc64/sparc64/
H A Dexception.S73 #include <machine/tstate.h>
1170 rdpr %tstate, %g1
2216 * Pass %fsr in %l4, %tstate in %l5, %tpc in %l6 and %tnpc in %l7.
2219 * can read it, and we must pass %tstate in order to restore %ccr
2232 rdpr %tstate, %l5
2249 * Setup %tstate for return, change the saved cwp to point to the
2254 wrpr %l1, %l2, %tstate
2292 rdpr %tstate, %l0
2382 rdpr %tstate, %l0
2623 * Save %tstate i
[all...]
H A Dswtch.S36 #include <machine/tstate.h>
H A Dtrap.c82 #include <machine/tstate.h>
/freebsd-11.0-release/sys/dev/isp/
H A Disp_freebsd.h167 typedef struct tstate { struct
168 SLIST_ENTRY(tstate) next;
222 SLIST_HEAD(tslist, tstate);

Completed in 334 milliseconds

12