Searched refs:host_features (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.h121 uint64_t child_features, uint64_t host_features);
H A Dvirtio_pci_legacy.c375 uint64_t host_features, features; local
378 host_features = vtpci_legacy_read_header_4(sc, VIRTIO_PCI_HOST_FEATURES);
381 child_features, host_features);
H A Dvirtio_pci.c252 uint64_t child_features, uint64_t host_features)
256 cn->vtpci_host_features = host_features;
257 vtpci_describe_features(cn, "host", host_features);
263 features = host_features & child_features;
995 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "host_features",
251 vtpci_negotiate_features(struct vtpci_common *cn, uint64_t child_features, uint64_t host_features) argument
H A Dvirtio_pci_modern.c436 uint64_t host_features, features; local
439 host_features = vtpci_modern_read_features(sc);
448 child_features, host_features);
/freebsd-13-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c428 uint64_t host_features, features; local
437 host_features = vtmmio_read_config_4(sc, VIRTIO_MMIO_HOST_FEATURES);
438 host_features <<= 32;
441 host_features |= vtmmio_read_config_4(sc, VIRTIO_MMIO_HOST_FEATURES);
443 vtmmio_describe_features(sc, "host", host_features);
449 features = host_features & child_features;
/freebsd-13-stable/sys/gdb/
H A Dgdb_main.c721 uint32_t host_features; local
898 gdb_do_qsupported(&host_features);

Completed in 114 milliseconds