Searched refs:phys_val (Results 1 – 1 of 1) sorted by relevance
1397 uint32_t emu_bits = 0, emu_val = 0, phys_val = 0, val; in vfio_pci_read_config() 1409 ret = vfio_pci_config_space_read(vdev, addr, len, &phys_val); in vfio_pci_write_config() 1416 phys_val = le32_to_cpu(phys_val); in vfio_pci_write_config() 1419 val = (emu_val & emu_bits) | (phys_val & ~emu_bits); in vfio_pci_write_config() 1379 uint32_t emu_bits = 0, emu_val = 0, phys_val = 0, val; vfio_pci_read_config() local