Home
last modified time | relevance | path

Searched refs:bal (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dbal.S8 bal %r0,0f
H A DMakefile.softmmu-target18 bal \
/qemu/hw/net/
H A De1000.c748 uint64_t bal = s->mac_reg[TDBAL] & ~0xf; in tx_desc_base() local
750 return (bah << 32) + bal; in tx_desc_base()
860 uint64_t bal = s->mac_reg[RDBAL] & ~0xf; in rx_desc_base() local
862 return (bah << 32) + bal; in rx_desc_base()
H A De1000e_core.c807 uint64_t bal = core->mac[r->dbal]; in e1000e_ring_base() local
809 return (bah << 32) + bal; in e1000e_ring_base()
H A Digb_core.c713 uint64_t bal = core->mac[r->dbal]; in igb_ring_base() local
715 return (bah << 32) + bal; in igb_ring_base()
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc113 C(0x0500, BALR, RR_a, Z, 0, r2_nz, r1, 0, bal, 0)
114 C(0x4500, BAL, RX_a, Z, 0, a2, r1, 0, bal, 0)