Searched refs:emu_val (Results 1 – 1 of 1) sorted by relevance
1218 uint32_t emu_bits = 0, emu_val = 0, phys_val = 0, val; in vfio_pci_read_config() local1224 emu_val = pci_default_read_config(pdev, addr, len); in vfio_pci_read_config()1240 val = (emu_val & emu_bits) | (phys_val & ~emu_bits); in vfio_pci_read_config()