Searched refs:fuzzable_pci_devices (Results 1 – 1 of 1) sorted by relevance
93 static GPtrArray *fuzzable_pci_devices; variable505 if (len < sizeof(a) || fuzzable_pci_devices->len == 0 || pci_disabled) { in op_pci_read()509 PCIDevice *dev = g_ptr_array_index(fuzzable_pci_devices, in op_pci_read()510 a.base % fuzzable_pci_devices->len); in op_pci_read()535 if (len < sizeof(a) || fuzzable_pci_devices->len == 0 || pci_disabled) { in op_pci_write()539 PCIDevice *dev = g_ptr_array_index(fuzzable_pci_devices, in op_pci_write()540 a.base % fuzzable_pci_devices->len); in op_pci_write()656 g_ptr_array_foreach(fuzzable_pci_devices, pci_enum, pcibus); in generic_fuzz()731 g_ptr_array_remove_fast(fuzzable_pci_devices, PCI_DEVICE(child)); in locate_fuzz_objects()732 g_ptr_array_add(fuzzable_pci_devices, PCI_DEVICE(child)); in locate_fuzz_objects()[all …]