Searched refs:virtio_log_features (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pv/ |
H A D | virtiovar.h | 260 void virtio_log_features(uint64_t, uint64_t, const struct virtio_feature_name *);
|
H A D | virtio.c | 101 virtio_log_features(uint64_t host, uint64_t neg, in virtio_log_features() function
|
/openbsd/sys/dev/fdt/ |
H A D | virtio_mmio.c | 417 virtio_log_features(host, neg, guest_feature_names); in virtio_mmio_negotiate_features()
|
/openbsd/sys/dev/pci/ |
H A D | virtio_pci.c | 832 virtio_log_features(host, negotiated, guest_feature_names); in virtio_pci_negotiate_features() 867 virtio_log_features(host, negotiated, guest_feature_names); in virtio_pci_negotiate_features_10()
|