Home
last modified time | relevance | path

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

/src/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c395 uint64_t host_features, features; in vtmmio_negotiate_features() local
404 host_features = vtmmio_read_config_4(sc, VIRTIO_MMIO_HOST_FEATURES); in vtmmio_negotiate_features()
405 host_features <<= 32; in vtmmio_negotiate_features()
408 host_features |= vtmmio_read_config_4(sc, VIRTIO_MMIO_HOST_FEATURES); in vtmmio_negotiate_features()
410 vtmmio_describe_features(sc, "host", host_features); in vtmmio_negotiate_features()
416 features = host_features & child_features; in vtmmio_negotiate_features()
/src/sys/dev/virtio/pci/
H A Dvirtio_pci.h119 uint64_t child_features, uint64_t host_features);
H A Dvirtio_pci.c250 uint64_t child_features, uint64_t host_features) in vtpci_negotiate_features() argument
254 cn->vtpci_host_features = host_features; in vtpci_negotiate_features()
255 vtpci_describe_features(cn, "host", host_features); in vtpci_negotiate_features()
261 features = host_features & child_features; in vtpci_negotiate_features()
H A Dvirtio_pci_legacy.c367 uint64_t host_features, features; in vtpci_legacy_negotiate_features() local
370 host_features = vtpci_legacy_read_header_4(sc, VIRTIO_PCI_HOST_FEATURES); in vtpci_legacy_negotiate_features()
373 child_features, host_features); in vtpci_legacy_negotiate_features()
H A Dvirtio_pci_modern.c433 uint64_t host_features, features; in vtpci_modern_negotiate_features() local
436 host_features = vtpci_modern_read_features(sc); in vtpci_modern_negotiate_features()
445 child_features, host_features); in vtpci_modern_negotiate_features()
/src/sys/gdb/
H A Dgdb_main.c729 uint32_t host_features; in gdb_trap() local
906 gdb_do_qsupported(&host_features); in gdb_trap()