Searched refs:rdh (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 169 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 D | e1000.h | 184 u16 rdh; member
|
H A D | e1000_main.c | 1895 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 D | trace-events | 104 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…
|