tag | line | file | source code |
rd | 320 | drivers/net/sunlance.c | volatile struct lance_rx_desc *rd; |
rd | 335 | drivers/net/sunlance.c | for (rd = &ib->brx_ring [lp->rx_new]; |
rd | 336 | drivers/net/sunlance.c | !((bits = rd->rmd1_bits) & LE_R1_OWN); |
rd | 337 | drivers/net/sunlance.c | rd = &ib->brx_ring [lp->rx_new]){ |
rd | 355 | drivers/net/sunlance.c | pkt_len = rd->mblength; |
rd | 360 | drivers/net/sunlance.c | rd->rmd1_bits = LE_R1_OWN; |
rd | 375 | drivers/net/sunlance.c | rd->rmd1_bits = LE_R1_OWN; |
rd | 222 | include/asm-mips/asm.h | #define MOVN(rd,rs,rt) \ |
rd | 223 | include/asm-mips/asm.h | movn rd,rs,rt |
rd | 224 | include/asm-mips/asm.h | #define MOVZ(rd,rs,rt) \ |
rd | 225 | include/asm-mips/asm.h | movz rd,rs,rt |
rd | 227 | include/asm-mips/asm.h | #define MOVN(rd,rs,rt) \ |
rd | 229 | include/asm-mips/asm.h | move rd,rs \ |
rd | 231 | include/asm-mips/asm.h | #define MOVZ(rd,rs,rt) \ |
rd | 233 | include/asm-mips/asm.h | movz rd,rt \ |
rd | 236 | include/asm-mips/asm.h | #define MOVN(rd,rs,rt) \ |
rd | 239 | include/asm-mips/asm.h | move rd,rs \ |
rd | 241 | include/asm-mips/asm.h | #define MOVZ(rd,rs,rt) \ |
rd | 244 | include/asm-mips/asm.h | movz rd,rt \ |
rd | 23 | include/asm-sparc/head.h | rd %psr, %l0; b label; rd %wim, %l3; nop; |
rd | 26 | include/asm-sparc/head.h | #define SPARC_TFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 1, %l7; |
rd | 27 | include/asm-sparc/head.h | #define SPARC_DFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 0, %l7; |
rd | 31 | include/asm-sparc/head.h | rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3; |
rd | 44 | include/asm-sparc/head.h | rd %psr, %l0; |
rd | 48 | include/asm-sparc/head.h | rd %psr, %l0; \ |
rd | 58 | include/asm-sparc/head.h | rd %psr, %l0; |
rd | 65 | include/asm-sparc/head.h | rd %psr, %l0; |
rd | 79 | include/asm-sparc/head.h | mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3; |
rd | 89 | include/asm-sparc/head.h | rd %wim, %l3; b linux_trap_nmi_sun4c; mov %psr, %l0; nop; |
rd | 95 | include/asm-sparc/head.h | rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0; |
rd | 98 | include/asm-sparc/head.h | rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0; |
rd | 86 | include/asm-sparc/winmacro.h | rd %y, %scratch; \ |
rd | 118 | include/asm-sparc/winmacro.h | rd %tbr, %idreg; \ |
rd | 1120 | net/ipx/af_ipx.c | ipxrtr_create(ipx_route_definition *rd) |
rd | 1125 | net/ipx/af_ipx.c | intrfc = ipxitf_find_using_net(rd->ipx_router_network); |
rd | 1129 | net/ipx/af_ipx.c | return ipxrtr_add_route(rd->ipx_network, intrfc, rd->ipx_router_node); |