/src/sys/arch/sh3/include/ |
locore.h | 76 stc ssr, r2 /* r2 = SSR */ ;\ 90 stc.l r0_bank,@-r14 /* tf_r0 */ ;\ 91 stc.l r1_bank,@-r14 /* tf_r1 */ ;\ 92 stc.l r2_bank,@-r14 /* tf_r2 */ ;\ 93 stc.l r3_bank,@-r14 /* tf_r3 */ ;\ 94 stc.l r4_bank,@-r14 /* tf_r4 */ ;\ 95 stc.l r5_bank,@-r14 /* tf_r5 */ ;\ 96 stc.l r6_bank,@-r14 /* tf_r6 */ ;\ 97 stc.l r7_bank,@-r14 /* tf_r7 */ ;\ 107 stc.l gbr, @-r14 /* tf_gbr */ ; [all...] |
/src/sys/arch/hpcsh/dev/hd6446x/ |
hd6446x_subr.S | 42 stc sr, r2 84 stc sr, r0 /* r0 = SR */
|
/src/sys/arch/landisk/landisk/ |
locore.S | 44 stc sr, r0
|
/src/sys/arch/sun3/sun3x/ |
iommu.h | 118 } stc; member in union:iommu_pde_struct::__anonec0cf4ed010a
|
/src/sys/arch/dreamcast/dreamcast/ |
locore.S | 68 stc sr, r0
|
/src/sys/arch/sh3/sh3/ |
locore_subr.S | 59 stc.l r7_bank, @-pcb ; \ 60 stc.l r6_bank, @-pcb ; \ 70 stc.l sr, @-pcb ; \ 72 stc.l gbr, @-pcb 260 stc sr, r2 281 stc sr, r0 /* r0 = SR */ 298 stc sr, r0 /* r0 = SR */ 316 stc sr, r0 /* r0 = SR */ 333 stc sr, r0 /* r0 = SR */
|
exception_vector.S | 485 stc ssr, r4 486 stc spc, r5 487 stc r0_bank, r6 ! ssp
|
/src/sys/dev/dtv/ |
dtvio_demux.h | 121 uint64_t stc; member in struct:dmx_stc
|
/src/tests/kernel/arch/sh3/ |
h_execregs.S | 63 stc.l gbr, @-sp
|
/src/sys/netinet/ |
sctp_output.c | 233 struct sctp_state_cookie *stc; local in function:sctp_add_cookie 261 stc = (struct sctp_state_cookie *)((vaddr_t)ph + 265 /* Fill in the stc cookie data */ 266 *stc = *stc_in; 3263 struct sctp_state_cookie stc; local in function:sctp_send_initiate_ack 3314 SCTP_GETTIME_TIMEVAL(&stc.time_entered); 3322 stc.tie_tag_my_vtag = asoc->my_vtag_nonce; 3326 stc.tie_tag_peer_vtag = asoc->peer_vtag_nonce; 3328 stc.cookie_life = asoc->cookie_life; 3345 stc.tie_tag_my_vtag = 0 [all...] |
/src/sys/dev/sbus/ |
spif.c | 134 /* normal STC access */ 140 /* IACK STC access */ 233 printf(": failed to establish stc interrupt\n"); 434 struct stty_softc *stc = device_lookup_private(&stty_cd, local in function:stty_ioctl 436 struct stty_port *sp = &stc->sc_port[SPIF_PORT(dev)]; 711 struct stty_softc *stc = device_lookup_private(&stty_cd, local in function:stty_start 713 struct stty_port *sp = &stc->sc_port[SPIF_PORT(tp->t_dev)]; 896 struct stty_softc *stc = sc->sc_ttys; local in function:spif_softintr 902 if (stc != NULL) { 903 for (i = 0; i < stc->sc_nports; i++) [all...] |
/src/sys/arch/i386/stand/mbr/ |
gptmbr.S | 104 stc
|