Searched refs:tstate (Results 26 - 42 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 Dptrace.h15 unsigned long tstate; member in struct:pt_regs
103 #define user_mode(regs) (!((regs)->tstate & TSTATE_PRIV))
H A Dhypervisor.h1214 unsigned long tstate; /* Trap state */ member in struct:hv_trap_trace_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprocess.c186 if ((regs->tstate & TSTATE_PRIV) || !(test_thread_flag(TIF_32BIT))) {
192 if (!(regs->tstate & TSTATE_PRIV)) {
214 if (regs->tstate & TSTATE_PRIV)
290 printk("TSTATE: %016lx TPC: %016lx TNPC: %016lx Y: %08x %s\n", regs->tstate,
612 (((regs->tstate + 1) & TSTATE_CWP) << TI_FLAG_CWP_SHIFT);
618 if (regs->tstate & TSTATE_PRIV) {
812 regs->tstate &= ~TSTATE_PEF;
H A Dentry.S36 rdpr %tstate, %g5
218 rdpr %tstate, %g3
220 wrpr %g3, %tstate
242 rdpr %tstate, %g3
498 rdpr %tstate, %l6
501 wrpr %l6, %l7, %tstate
897 rdpr %tstate, %g4 ! Read TSTATE for this level
947 rdpr %tstate, %g4 ! Read TSTATE for this level
H A Dsys_sparc.c832 regs->tstate = (regs->tstate & ~TSTATE_MM) | (model << 14);
H A Drtrap.S67 /* Signal delivery can modify pt_regs tstate, so we must
110 /* Signal delivery can modify pt_regs tstate, so we must
138 /* Signal delivery can modify pt_regs tstate, so we must
273 wrpr %l1, %g0, %tstate
H A Dsys_sparc32.c683 regs->tstate &= ~TSTATE_PEF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dmath.c164 unsigned long tstate = regs->tstate; local
181 if (tstate & TSTATE_PRIV)
284 XR = regs->tstate >> 32;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h232 struct ahc_tmode_tstate **tstate);
278 u_int remote_id, struct ahc_tmode_tstate **tstate)
288 *tstate = ahc->enabled_targets[our_id];
289 return (&(*tstate)->transinfo[remote_id]);
277 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_proc.c211 struct ahd_tmode_tstate *tstate; local
215 target_id, &tstate);
H A Daic7xxx_proc.c187 struct ahc_tmode_tstate *tstate; local
191 target_id, &tstate);
H A Daic79xx_inline.h423 struct ahd_tmode_tstate **tstate);
470 u_int remote_id, struct ahd_tmode_tstate **tstate)
480 *tstate = ahd->enabled_targets[our_id];
481 return (&(*tstate)->transinfo[remote_id]);
469 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, u_int remote_id, struct ahd_tmode_tstate **tstate) argument
H A Daic79xx.h1433 struct ahd_tmode_tstate **tstate,
H A Daic7xxx.h1281 struct ahc_tmode_tstate **tstate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dqe.h346 u32 tstate; /* Tx internal state */ member in struct:ucc_slow_pram
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.h602 u32 tstate; /* tx internal state. High byte contains member in struct:ucc_geth_tx_global_pram
H A Ducc_geth.c851 ugeth_info("tstate : addr - 0x%08x, val - 0x%08x",
852 (u32) & ugeth->p_tx_glbl_pram->tstate,
853 in_be32(&ugeth->p_tx_glbl_pram->tstate));
2886 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24);

Completed in 325 milliseconds

12