Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h237 #define RISCV_IOMMU_DC_TC_PDTV BIT_ULL(5) macro
H A Driscv-iommu.c731 if (ctx->tc & RISCV_IOMMU_DC_TC_PDTV) { in riscv_iommu_validate_device_ctx()
976 if (!(ctx->tc & RISCV_IOMMU_DC_TC_PDTV)) { in riscv_iommu_ctx_fetch()
1339 enable_pid = (ctx->tc & RISCV_IOMMU_DC_TC_PDTV); in riscv_iommu_translate()