Home
last modified time | relevance | path

Searched refs:offset_hi (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h134 uint32_t offset_hi; /* Most sig 32 bits of offset */ member
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc370 tcg_target_long val_lo, val_hi, pc_hi, offset_hi;
392 offset_hi = val_hi - pc_hi;
394 tcg_debug_assert(offset_hi == sextreg(offset_hi, 0, 20));
395 tcg_out_opc_pcalau12i(s, rd, offset_hi);
/qemu/hw/virtio/
H A Dvirtio-pci.c1472 cap.offset_hi = cpu_to_le32(offset >> 32); in virtio_pci_add_shm_cap()