Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dpci.c1216 uint32_t emu_bits = 0, emu_val = 0, phys_val = 0, val; in vfio_pci_read_config() local
1222 emu_val = pci_default_read_config(pdev, addr, len); in vfio_pci_read_config()
1238 val = (emu_val & emu_bits) | (phys_val & ~emu_bits); in vfio_pci_read_config()