Home
last modified time | relevance | path

Searched defs:sbdf (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/iommu/amd/
Diommu_v2.c54 u32 sbdf; member
86 static struct device_state *__get_device_state(u32 sbdf) in __get_device_state()
98 static struct device_state *get_device_state(u32 sbdf) in get_device_state()
607 u32 sbdf; in amd_iommu_bind_pasid() local
692 u32 sbdf; in amd_iommu_unbind_pasid() local
742 u32 sbdf; in amd_iommu_init_device() local
840 u32 sbdf; in amd_iommu_free_device() local
869 u32 sbdf; in amd_iommu_set_invalid_ppr_cb() local
900 u32 sbdf; in amd_iommu_set_invalidate_ctx_cb() local
Diommu.c112 int sbdf; in get_device_sbdf_id() local
353 int devid, sbdf; in check_device() local
378 int devid, sbdf; in iommu_init_device() local
415 int devid, sbdf; in iommu_ignore_device() local
2349 int devid, sbdf; in amd_iommu_get_resv_regions() local
3360 int i, ret, devid, seg, sbdf; in irq_remapping_alloc() local
Damd_iommu_types.h483 #define PCI_SBDF_TO_SEGID(sbdf) (((sbdf) >> 16) & 0xffff) argument
484 #define PCI_SBDF_TO_DEVID(sbdf) ((sbdf) & 0xffff) argument
515 u32 sbdf; /* Originating PCI device id */ member
/linux-6.6.21/drivers/acpi/apei/
Deinj.c190 u32 sbdf; in check_vendor_extension() local