Home
last modified time | relevance | path

Searched refs:rdh (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc169 static void gen_div_i128(TCGv rdl, TCGv rdh,
173 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh));
212 static void gen_divu_i128(TCGv rdl, TCGv rdh,
216 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh));
244 static void gen_rem_i128(TCGv rdl, TCGv rdh,
248 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh));
289 static void gen_remu_i128(TCGv rdl, TCGv rdh,
293 tcg_gen_ld_tl(rdh, tcg_env, offsetof(CPURISCVState, retxh));
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h184 u16 rdh; member
H A De1000_main.c1895 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? in e1000_configure_rx()
2132 writel(0, hw->hw_addr + rx_ring->rdh); in e1000_clean_rx_ring()
/openbmc/qemu/hw/net/
H A Dtrace-events104 e1000_receiver_overrun(size_t s, uint32_t rdh, uint32_t rdt) "Receiver overrun: dropped packet of %…
153 e1000e_ring_free_space(int ridx, uint32_t rdlen, uint32_t rdh, uint32_t rdt) "ring #%d: LEN: %u, DH…