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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpsrcompat.h27 extern inline unsigned int tstate_to_psr(unsigned long tstate) argument
29 return ((tstate & TSTATE_CWP) |
31 ((tstate & TSTATE_ICC) >> 12) |
32 ((tstate & TSTATE_XCC) >> 20) |
38 unsigned long tstate = ((unsigned long)(psr & PSR_ICC)) << 12; local
40 tstate |= ((unsigned long)(psr & PSR_XCC)) << 20;
41 return tstate;
H A Dsigcontext.h71 unsigned long tstate; member in struct:sigcontext::__anon10905
H A Dprocessor.h191 regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (ASI_PNF << 24); \
231 regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM); \
H A Delf.h52 dest[32] = src->tstate; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dpsrcompat.h27 extern inline unsigned int tstate_to_psr(unsigned long tstate) argument
29 return ((tstate & TSTATE_CWP) |
31 ((tstate & TSTATE_ICC) >> 12) |
32 ((tstate & TSTATE_XCC) >> 20) |
38 unsigned long tstate = ((unsigned long)(psr & PSR_ICC)) << 12; local
40 tstate |= ((unsigned long)(psr & PSR_XCC)) << 20;
41 return tstate;
H A Dsigcontext.h71 unsigned long tstate; member in struct:sigcontext::__anon6489
H A Dprocessor.h191 regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (ASI_PNF << 24); \
231 regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM); \
H A Delf.h52 dest[32] = src->tstate; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dfault.c226 if (regs->tstate & TSTATE_PRIV) {
241 if ((!insn) && (regs->tstate & TSTATE_PRIV))
252 asi = (regs->tstate >> 24);
272 if (regs->tstate & TSTATE_PRIV) {
277 asi = (regs->tstate >> 24);
318 if (regs->tstate & TSTATE_PRIV) {
385 asi = (regs->tstate >> 24);
454 if (!(regs->tstate & TSTATE_PRIV))
473 if (regs->tstate & TSTATE_PRIV)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dptrace.c40 regs->tstate |= (TSTATE_ICARRY | TSTATE_XCARRY);
48 regs->tstate &= ~(TSTATE_ICARRY | TSTATE_XCARRY);
64 regs->tstate &= ~(TSTATE_ICARRY | TSTATE_XCARRY);
260 if (__put_user(tstate_to_psr(cregs->tstate), (&pregs->psr)) ||
287 if (__put_user(cregs->tstate, (&pregs->tstate)) ||
322 cregs->tstate &= ~(TSTATE_ICC);
323 cregs->tstate |= psr_to_tstate_icc(psr);
342 unsigned long tstate, tpc, tnpc, y; local
348 if (__get_user(tstate, (
[all...]
H A Dunaligned.c82 return (unsigned char)(regs->tstate >> 24); /* %asi */
117 if (regs->tstate & TSTATE_PRIV) {
137 if (regs->tstate & TSTATE_PRIV) {
157 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
380 regs->tstate &= ~TSTATE_ASI;
381 regs->tstate |= (ASI_AIUS << 24UL);
441 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
590 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
614 unsigned long tstate = regs->tstate; local
667 unsigned long tstate = regs->tstate; local
[all...]
H A Dsignal.c80 unsigned long pc, npc, tstate; local
118 err |= __get_user(tstate, &((*grp)[MC_TSTATE]));
119 regs->tstate &= ~(TSTATE_ICC | TSTATE_XCC);
120 regs->tstate |= (tstate & (TSTATE_ICC | TSTATE_XCC));
163 regs->tstate &= ~TSTATE_PEF;
208 err |= __put_user(regs->tstate, &((*grp)[MC_TSTATE]));
316 regs->tstate |= (TSTATE_ICARRY|TSTATE_XCARRY);
338 regs->tstate |= (TSTATE_ICARRY|TSTATE_XCARRY);
343 regs->tstate |
407 unsigned long tpc, tnpc, tstate; local
[all...]
H A Detrap.S30 etrap_irq: rdpr %tstate, %g1 ! Single Group
110 etraptl1: /* Save tstate/tpc/tnpc of TL 1-->4 and the tl register itself.
125 rdpr %tstate, %g3
135 rdpr %tstate, %g3
145 rdpr %tstate, %g3
155 rdpr %tstate, %g3
167 rdpr %tstate, %g1 ! Single Group+4bubbles
175 rdpr %tstate, %g1 ! Single Group
230 wrpr %l7, (TSTATE_PRIV | TSTATE_IE), %tstate ! Single Group+4bubbles
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dvjcompress.c93 register struct cstate *tstate = comp->tstate; local
99 tstate[i].cs_id = i;
100 tstate[i].cs_next = &tstate[i - 1];
102 tstate[0].cs_next = &tstate[max_state];
103 tstate[0].cs_id = 0;
104 comp->last_cs = &tstate[0];
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dvjcompress.c93 register struct cstate *tstate = comp->tstate; local
99 tstate[i].cs_id = i;
100 tstate[i].cs_next = &tstate[i - 1];
102 tstate[0].cs_next = &tstate[max_state];
103 tstate[0].cs_id = 0;
104 comp->last_cs = &tstate[0];
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dvjcompress.c93 register struct cstate *tstate = comp->tstate; local
99 tstate[i].cs_id = i;
100 tstate[i].cs_next = &tstate[i - 1];
102 tstate[0].cs_next = &tstate[max_state];
103 tstate[0].cs_id = 0;
104 comp->last_cs = &tstate[0];
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dslcompress.h120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
H A Dvjcompress.h119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:vjcompress
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dslcompress.h120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
H A Dvjcompress.h119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:vjcompress
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dslcompress.h120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
H A Dvjcompress.h119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:vjcompress
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c478 struct ahc_tmode_tstate *tstate; local
495 &tstate);
547 tstate, targ_info,
550 if (tstate->auto_negotiate & devinfo.target_mask) {
1240 struct ahc_tmode_tstate *tstate; local
1250 &tstate);
1335 struct ahc_tmode_tstate *tstate; local
1342 &tstate);
1343 ahc_update_neg_request(ahc, &devinfo, tstate,
1487 struct ahc_tmode_tstate *tstate; local
1533 struct ahc_tmode_tstate *tstate; local
1770 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, int force) argument
1806 struct ahc_tmode_tstate *tstate; local
1932 struct ahc_tmode_tstate *tstate; local
2015 struct ahc_tmode_tstate *tstate; local
2268 struct ahc_tmode_tstate *tstate; local
2733 struct ahc_tmode_tstate *tstate; local
3155 struct ahc_tmode_tstate *tstate; local
3461 struct ahc_tmode_tstate* tstate; local
3729 struct ahc_tmode_tstate *tstate; local
4533 struct ahc_tmode_tstate *tstate; local
5864 struct ahc_tmode_tstate* tstate; local
6535 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
6578 struct ahc_tmode_tstate *tstate; local
6993 struct ahc_tmode_tstate *tstate; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dslhc_vj.h143 struct cstate *tstate; /* transmit connection states (array)*/ member in struct:slcompress
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dslhc_vj.h143 struct cstate *tstate; /* transmit connection states (array)*/ member in struct:slcompress

Completed in 210 milliseconds

12