Home
last modified time | relevance | path

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

/Linux-v6.1/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()
603 u32 sbdf; in amd_iommu_bind_pasid() local
686 u32 sbdf; in amd_iommu_unbind_pasid() local
736 u32 sbdf; in amd_iommu_init_device() local
834 u32 sbdf; in amd_iommu_free_device() local
863 u32 sbdf; in amd_iommu_set_invalid_ppr_cb() local
894 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
2303 int devid, sbdf; in amd_iommu_get_resv_regions() local
3292 int i, ret, devid, seg, sbdf; in irq_remapping_alloc() local
Damd_iommu_types.h472 #define PCI_SBDF_TO_SEGID(sbdf) (((sbdf) >> 16) & 0xffff) argument
473 #define PCI_SBDF_TO_DEVID(sbdf) ((sbdf) & 0xffff) argument
504 u32 sbdf; /* Originating PCI device id */ member
/Linux-v6.1/drivers/acpi/apei/
Deinj.c190 u32 sbdf; in check_vendor_extension() local