Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 9 of 9) sorted by relevance

/hypervisor/dm/vpci/
A Dvsriov.c44 return ((uint8_t)((pf_vdev->bdf.fields.devfun + fst_off + (stride * id)) & 0xFFU)); in get_vf_devfun()
52 …return ((uint8_t)(pf_vdev->bdf.fields.bus + ((pf_vdev->bdf.fields.devfun + fst_off + (stride * id)… in get_vf_bus()
195 vf_bdf.fields.bus = get_vf_bus(pf_vdev, fst_off, stride, 0U); in enable_vfs()
196 vf_bdf.fields.devfun = get_vf_devfun(pf_vdev, fst_off, stride, 0U); in enable_vfs()
203 vf_bdf.fields.bus = get_vf_bus(pf_vdev, fst_off, stride, idx); in enable_vfs()
204 vf_bdf.fields.devfun = get_vf_devfun(pf_vdev, fst_off, stride, idx); in enable_vfs()
255 bdf.fields.bus = get_vf_bus(pf_vdev, first, stride, idx); in disable_vfs()
256 bdf.fields.devfun = get_vf_devfun(pf_vdev, first, stride, idx); in disable_vfs()
A Dvroot_port.c132 dev->id.fields.vendor, dev->id.fields.device, in create_vrp()
/hypervisor/arch/x86/
A Dlapic.c54 } fields; member
94 base.fields.xAPIC_enable = 1U; in early_init_lapic()
97 base.fields.x2APIC_enable = 1U; in early_init_lapic()
A Dvtd.c505 sid->fields.devfun = dmar_unit->drhd->devices[i].devfun; in ioapic_to_dmaru()
506 sid->fields.bus = dmar_unit->drhd->devices[i].bus; in ioapic_to_dmaru()
1019 sid.fields.bus = bus; in iommu_attach_device()
1020 sid.fields.devfun = devfun; in iommu_attach_device()
1100 sid.fields.bus = bus; in iommu_detach_device()
1101 sid.fields.devfun = devfun; in iommu_detach_device()
1309 dmar_unit = device_to_dmaru((uint8_t)intr_src->src.msi.bits.b, intr_src->src.msi.fields.devfun); in dmar_reserve_irte()
1338 dmar_unit = device_to_dmaru((uint8_t)intr_src->src.msi.bits.b, intr_src->src.msi.fields.devfun); in dmar_assign_irte()
1400 dmar_unit = device_to_dmaru((uint8_t)intr_src->src.msi.bits.b, intr_src->src.msi.fields.devfun); in dmar_free_irte()
/hypervisor/acpi_parser/
A Ddmar_parse.c74 dev_scope->bus = dmar_bdf.fields.bus; in handle_dmar_devscope()
75 dev_scope->devfun = dmar_bdf.fields.devfun; in handle_dmar_devscope()
/hypervisor/include/hw/
A Dpci.h228 } fields; member
/hypervisor/include/public/
A Dacrn_common.h728 } fields; member
/hypervisor/hw/
A Dpci.c513 bdf.fields.bus = plat_dmar_info.drhd_units[drhd_index].devices[devscope_index].bus; in pci_parse_iommu_devscopes()
514 bdf.fields.devfun = plat_dmar_info.drhd_units[drhd_index].devices[devscope_index].devfun; in pci_parse_iommu_devscopes()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog464 * Direct manipulation of structure fields of RSA contexts is deprecated.
554 * Only check for necessary RSA structure fields in `mbedtls_rsa_private`. In
890 longer disregard certificates with unrecognised fields.
1159 * Renamings of fields inside structures, not covered by the previous list:
2554 certificate fields, including Key Usage

Completed in 22 milliseconds