Home
last modified time | relevance | path

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

/linux/drivers/iommu/riscv/
H A Diommu.c812 int pscid; member
910 riscv_iommu_cmd_inval_set_pscid(&cmd, domain->pscid); in riscv_iommu_bond_unlink()
974 riscv_iommu_cmd_inval_set_pscid(&cmd, domain->pscid); in riscv_iommu_iotlb_inval()
1301 if ((int)domain->pscid > 0) in riscv_iommu_free_paging_domain()
1302 ida_free(&riscv_iommu_pscids, domain->pscid); in riscv_iommu_free_paging_domain()
1337 ta = FIELD_PREP(RISCV_IOMMU_PC_TA_PSCID, domain->pscid) | in riscv_iommu_attach_paging_domain()
1399 domain->pscid = ida_alloc_range(&riscv_iommu_pscids, 1, in riscv_iommu_alloc_paging_domain()
1401 if (domain->pscid < 0) { in riscv_iommu_alloc_paging_domain()