Home
last modified time | relevance | path

Searched refs:ivhd_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Divrs_drv.c462 ivhd_print_flag(device_t dev, enum IvrsType ivhd_type, uint8_t flag) in ivhd_print_flag() argument
468 switch (ivhd_type) { in ivhd_print_flag()
496 ivhd_type); in ivhd_print_flag()
505 ivhd_print_feature(device_t dev, enum IvrsType ivhd_type, uint32_t feature) in ivhd_print_feature() argument
507 switch (ivhd_type) { in ivhd_print_feature()
511 ivhd_type, in ivhd_print_feature()
535 ivhd_type, in ivhd_print_feature()
542 device_printf(dev, "Can't decode ivhd type :0x%x\n", ivhd_type); in ivhd_print_feature()
612 ivhd_print_flag(dev, softc->ivhd_type, softc->ivhd_flag); in ivhd_print_cap()
613 ivhd_print_feature(dev, softc->ivhd_type, softc->ivhd_feature); in ivhd_print_cap()
[all …]
H A Damdvi_priv.h380 enum IvrsType ivhd_type; /* IOMMU IVHD type. */ member
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.h150 uint8_t ivhd_type; member
H A Damd_iommu_acpi.c266 ASSERT(ivhdp->ivhd_type == 0x10); in process_ivhd()
359 if (al_vhd.ivhdp->ivhd_type == 0x10) in amd_iommu_acpi_init()