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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpsrcompat.h27 static 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 Dprocessor.h86 regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (__asi << 24UL); \
126 regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM) | (__asi << 24UL); \
H A Dsigcontext.h71 unsigned long tstate; member in struct:sigcontext::__anon9497
H A Delf.h109 dest[32] = src->tstate; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_pram.h52 unsigned long tstate; /* Tx Internal State */ member in struct:quicc32_pram
93 unsigned long tstate; /* Tx internal state */ member in struct:hdlc_pram
153 unsigned long tstate; /* Tx internal state */ member in struct:uart_pram
205 unsigned long tstate; /* Tx internal state */ member in struct:bisync_pram
234 unsigned short tstate; /* transmitter state */ member in struct:iom2_pram
256 unsigned long tstate; /* Tx internal state */ member in struct:spi_pram
274 unsigned long tstate; /* Tx internal state */ member in struct:smc_uart_pram
298 unsigned long tstate; /* Tx internal state */ member in struct:smc_trnsp_pram
327 unsigned long tstate; /* Tx internal state */ member in struct:ethernet_pram
404 unsigned long tstate; /* T member in struct:transparent_pram
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dptrace.c44 regs->tstate |= (TSTATE_ICARRY | TSTATE_XCARRY);
52 regs->tstate &= ~(TSTATE_ICARRY | TSTATE_XCARRY);
72 regs->tstate &= ~(TSTATE_ICARRY | TSTATE_XCARRY);
315 if (__put_user(tstate_to_psr(cregs->tstate), (&pregs->psr)) ||
342 if (__put_user(cregs->tstate, (&pregs->tstate)) ||
378 cregs->tstate &= ~(TSTATE_ICC);
379 cregs->tstate |= psr_to_tstate_icc(psr);
398 unsigned long tstate, tpc, tnpc, y; local
404 if (__get_user(tstate, (
653 unsigned long tstate = regs->tstate; local
[all...]
H A Dkprobes.c26 * "regs->tstate" so we can restore them later
36 * restore the PIL interrupt level in "regs->tstate" as well
90 kcb->kprobe_orig_tstate_pil = (regs->tstate & TSTATE_PIL);
96 regs->tstate |= TSTATE_PIL;
126 regs->tstate = ((regs->tstate & ~TSTATE_PIL) |
285 regs->tstate = ((regs->tstate & ~TSTATE_PIL) |
334 regs->tstate = ((regs->tstate
[all...]
H A Dunaligned.c91 return (unsigned char)(regs->tstate >> 24); /* %asi */
126 if (regs->tstate & TSTATE_PRIV) {
146 if (regs->tstate & TSTATE_PRIV) {
166 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
277 regs->tstate &= ~TSTATE_ASI;
278 regs->tstate |= (ASI_AIUS << 24UL);
400 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
566 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
590 unsigned long tstate = regs->tstate; local
647 unsigned long tstate = regs->tstate; local
[all...]
H A Detrap.S34 rdpr %tstate, %g1
131 wrpr %l7, (TSTATE_PRIV | TSTATE_IE), %tstate
155 etraptl1: /* Save tstate/tpc/tnpc of TL 1-->4 and the tl register itself.
171 rdpr %tstate, %g3
181 rdpr %tstate, %g3
196 rdpr %tstate, %g3
206 rdpr %tstate, %g3
225 rdpr %tstate, %g1
H A Dwinfixup.S25 rdpr %tstate, %g1
89 rdpr %tstate, %g1
112 rdpr %tstate, %g1
139 rdpr %tstate, %g1
H A Dsignal.c43 unsigned long pc, npc, tstate; local
81 err |= __get_user(tstate, &((*grp)[MC_TSTATE]));
82 regs->tstate &= ~(TSTATE_ASI | TSTATE_ICC | TSTATE_XCC);
83 regs->tstate |= (tstate & (TSTATE_ASI | TSTATE_ICC | TSTATE_XCC));
126 regs->tstate &= ~TSTATE_PEF;
171 err |= __put_user(regs->tstate, &((*grp)[MC_TSTATE]));
270 regs->tstate &= ~TSTATE_PEF;
286 unsigned long tpc, tnpc, tstate; local
314 err |= __get_user(tstate,
[all...]
H A Dsignal32.c234 regs->tstate &= ~TSTATE_PEF;
289 regs->tstate &= ~TSTATE_ASI;
290 regs->tstate |= ((asi & 0xffUL) << 24UL);
294 /* User can only change condition codes in %tstate. */
295 regs->tstate &= ~(TSTATE_ICC|TSTATE_XCC);
296 regs->tstate |= psr_to_tstate_icc(psr);
381 /* User can only change condition codes in %tstate. */
385 regs->tstate &= ~(TSTATE_ICC|TSTATE_XCC);
386 regs->tstate |= psr_to_tstate_icc(psr);
442 regs->tstate
[all...]
H A Dtraps.c54 unsigned long tstate; member in struct:tl1_traplog::__anon3811
75 p->trapstack[i].tstate, p->trapstack[i].tpc,
101 if (regs->tstate & TSTATE_PRIV) {
147 if (regs->tstate & TSTATE_PRIV) {
184 if (regs->tstate & TSTATE_PRIV) {
221 if (regs->tstate & TSTATE_PRIV) {
271 if (regs->tstate & TSTATE_PRIV) {
448 if (regs->tstate & TSTATE_PRIV) {
1118 regs->tpc, regs->tnpc, regs->u_regs[UREG_I7], regs->tstate);
1262 smp_processor_id(), regs->tpc, regs->tnpc, regs->tstate);
2254 unsigned long tstate = regs->tstate; local
[all...]
H A Dbinfmt_elf32.c39 dest[32] = tstate_to_psr(src->tstate); \
H A Dvisemul.c155 if (regs->tstate & TSTATE_PRIV) {
175 BUG_ON(regs->tstate & TSTATE_PRIV);
192 BUG_ON(regs->tstate & TSTATE_PRIV);
352 unsigned long ccr, tstate; local
359 tstate = regs->tstate & ~(TSTATE_XCC | TSTATE_ICC);
360 regs->tstate = tstate | (ccr << 32UL);
802 BUG_ON(regs->tstate & TSTATE_PRIV);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dfault.c204 if (regs->tstate & TSTATE_PRIV) {
218 if ((!insn) && (regs->tstate & TSTATE_PRIV))
229 asi = (regs->tstate >> 24);
247 if (regs->tstate & TSTATE_PRIV) {
252 asi = (regs->tstate >> 24);
296 if (regs->tstate & TSTATE_PRIV) {
317 if (!(regs->tstate & TSTATE_PRIV))
323 if ((regs->tstate & TSTATE_PRIV) &&
375 asi = (regs->tstate >> 24);
396 BUG_ON(regs->tstate
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c97 register struct cstate *tstate = comp->tstate; local
103 tstate[i].cs_id = i;
104 tstate[i].cs_next = &tstate[i - 1];
106 tstate[0].cs_next = &tstate[max_state];
107 tstate[0].cs_id = 0;
108 comp->last_cs = &tstate[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c465 struct ahd_tmode_tstate *tstate; local
478 starget->id, &tstate);
502 starget->id, &tstate);
643 struct ahd_tmode_tstate *tstate; local
684 cmd->device->id, &tstate);
1153 struct ahd_tmode_tstate *tstate; local
1156 target_id, &tstate);
1159 ahd_update_neg_request(ahd, &devinfo, tstate,
1412 struct ahd_tmode_tstate *tstate; local
1423 cmd->device->id, &tstate);
1568 struct ahd_tmode_tstate *tstate; local
2282 struct ahd_tmode_tstate *tstate; local
2332 struct ahd_tmode_tstate *tstate; local
2367 struct ahd_tmode_tstate *tstate; local
2409 struct ahd_tmode_tstate *tstate; local
2448 struct ahd_tmode_tstate *tstate; local
2488 struct ahd_tmode_tstate *tstate; local
2524 struct ahd_tmode_tstate *tstate; local
2560 struct ahd_tmode_tstate *tstate; local
2604 struct ahd_tmode_tstate *tstate; local
2654 struct ahd_tmode_tstate *tstate; local
[all...]
H A Daic7xxx_core.c484 struct ahc_tmode_tstate *tstate; local
501 &tstate);
553 tstate, targ_info,
556 if (tstate->auto_negotiate & devinfo.target_mask) {
1295 struct ahc_tmode_tstate *tstate; local
1305 &tstate);
1397 struct ahc_tmode_tstate *tstate; local
1403 &tstate);
1404 ahc_update_neg_request(ahc, devinfo, tstate,
1563 struct ahc_tmode_tstate *tstate; local
1610 struct ahc_tmode_tstate *tstate; local
1851 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
1899 struct ahc_tmode_tstate *tstate; local
2025 struct ahc_tmode_tstate *tstate; local
2110 struct ahc_tmode_tstate *tstate; local
2371 struct ahc_tmode_tstate *tstate; local
2984 struct ahc_tmode_tstate *tstate; local
3413 struct ahc_tmode_tstate *tstate; local
3719 struct ahc_tmode_tstate* tstate; local
3921 struct ahc_tmode_tstate *tstate; local
4884 struct ahc_tmode_tstate *tstate; local
5978 struct ahc_tmode_tstate* tstate; local
6735 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
6778 struct ahc_tmode_tstate *tstate; local
7244 struct ahc_tmode_tstate *tstate; local
[all...]
H A Daic7xxx_osm.c513 struct ahc_tmode_tstate *tstate; local
562 starget->id, &tstate);
1121 struct ahc_tmode_tstate *tstate; local
1135 target_id, &tstate);
1138 ahc_update_neg_request(ahc, &devinfo, tstate,
1371 struct ahc_tmode_tstate *tstate; local
1421 SCB_GET_TARGET(ahc, scb), &tstate);
1424 if ((tstate->ultraenb & mask) != 0)
1430 if ((tstate->auto_negotiate & mask) != 0) {
1594 struct ahc_tmode_tstate *tstate; local
2332 struct ahc_tmode_tstate *tstate; local
2371 struct ahc_tmode_tstate *tstate; local
2399 struct ahc_tmode_tstate *tstate; local
[all...]
H A Daic79xx_core.c1152 struct ahd_tmode_tstate *tstate; local
1185 &tstate);
2375 struct ahd_tmode_tstate *tstate; local
2393 devinfo.target, &tstate);
2653 struct ahd_tmode_tstate *tstate; local
2665 &tstate);
2666 ahd_update_neg_request(ahd, devinfo, tstate,
2836 struct ahd_tmode_tstate *tstate; local
2844 tstate = malloc(sizeof(*tstate), M_DEVBU
2877 struct ahd_tmode_tstate *tstate; local
3050 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
3098 struct ahd_tmode_tstate *tstate; local
3243 struct ahd_tmode_tstate *tstate; local
3446 struct ahd_tmode_tstate *tstate; local
3734 struct ahd_tmode_tstate *tstate; local
4305 struct ahd_tmode_tstate *tstate; local
4730 struct ahd_tmode_tstate *tstate; local
5124 struct ahd_tmode_tstate* tstate; local
5387 struct ahd_tmode_tstate *tstate; local
6654 struct ahd_tmode_tstate *tstate; local
6836 struct ahd_tmode_tstate *tstate; local
6916 struct ahd_tmode_tstate *tstate; local
7989 struct ahd_tmode_tstate* tstate; local
8190 struct ahd_tmode_tstate *tstate; local
9400 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
9444 struct ahd_tmode_tstate *tstate; local
9835 struct ahd_tmode_tstate *tstate; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dslhc_vj.h143 struct cstate *tstate; /* transmit connection states (array)*/ member in struct:slcompress
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslhc.c111 comp->tstate = kzalloc(tsize, GFP_KERNEL);
112 if (! comp->tstate)
129 ts = comp->tstate;
155 if ( comp->tstate != NULLSLSTATE )
156 kfree( comp->tstate );
226 register struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);

Completed in 254 milliseconds

12