Searched refs:INV_TYPE_ATS (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3-test.c | 660 { .type = INV_TYPE_ATS, .id = 3, }, }, 666 { .type = INV_TYPE_ATS, .id = 4, }, 667 { .type = INV_TYPE_ATS, .id = 5, }, }, 673 { .type = INV_TYPE_ATS, .id = 5, }, /* recover a trash */ 674 { .type = INV_TYPE_ATS, .id = 6, }, }, 679 .inv = { { .type = INV_TYPE_ATS, .id = 10, .ssid = 1 }, 680 { .type = INV_TYPE_ATS, .id = 10, .ssid = 3 }, 681 { .type = INV_TYPE_ATS, .id = 12, .ssid = 1 }, }, 686 .inv = { { .type = INV_TYPE_ATS, .id = 10, .ssid = 2 }, 687 { .type = INV_TYPE_ATS, .id = 10, .ssid = 3 }, /* duplicate */ [all …]
|
| H A D | arm-smmu-v3.h | 659 INV_TYPE_ATS, enumerator 679 return inv->type == INV_TYPE_ATS || inv->type == INV_TYPE_ATS_FULL; in arm_smmu_inv_is_ats()
|
| H A D | arm-smmu-v3.c | 2696 case INV_TYPE_ATS: in __arm_smmu_domain_inv_range() 3251 case INV_TYPE_ATS: in arm_smmu_master_build_inv() 3316 master, nesting ? INV_TYPE_ATS_FULL : INV_TYPE_ATS, in arm_smmu_master_build_invs()
|