Searched refs:substream_valid (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.h | 406 bool substream_valid; member
|
H A D | arm-smmu-v3.c | 311 cmd[0] |= FIELD_PREP(CMDQ_0_SSV, ent->substream_valid); in arm_smmu_cmdq_build_cmd() 319 cmd[0] |= FIELD_PREP(CMDQ_0_SSV, ent->substream_valid); in arm_smmu_cmdq_build_cmd() 1424 .substream_valid = ssv, in arm_smmu_handle_ppr() 1534 .substream_valid = !!ssid, in arm_smmu_atc_inv_to_cmd()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.h | 438 bool substream_valid; member
|
H A D | arm-smmu-v3.c | 304 cmd[0] |= FIELD_PREP(CMDQ_0_SSV, ent->substream_valid); in arm_smmu_cmdq_build_cmd() 312 cmd[0] |= FIELD_PREP(CMDQ_0_SSV, ent->substream_valid); in arm_smmu_cmdq_build_cmd() 1627 .substream_valid = ssv, in arm_smmu_handle_ppr() 1738 * If substream_valid is clear, the PCIe TLP is sent without a PASID in arm_smmu_atc_inv_to_cmd() 1745 * without PASID, which must be invalidated with substream_valid clear. in arm_smmu_atc_inv_to_cmd() 1751 .substream_valid = (ssid != IOMMU_NO_PASID), in arm_smmu_atc_inv_to_cmd()
|
Completed in 14 milliseconds