Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1502 uint64_t new_ddtp = riscv_iommu_reg_get64(s, RISCV_IOMMU_REG_DDTP); in riscv_iommu_process_ddtp() local
1503 unsigned new_mode = get_field(new_ddtp, RISCV_IOMMU_DDTP_MODE); in riscv_iommu_process_ddtp()
1525 new_ddtp = set_field(new_ddtp & RISCV_IOMMU_DDTP_PPN, in riscv_iommu_process_ddtp()
1528 new_ddtp = old_ddtp; in riscv_iommu_process_ddtp()
1530 s->ddtp = new_ddtp; in riscv_iommu_process_ddtp()
1532 riscv_iommu_reg_set64(s, RISCV_IOMMU_REG_DDTP, new_ddtp); in riscv_iommu_process_ddtp()