Searched refs:RISCVIOMMUContext (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/riscv/ |
H A D | riscv-iommu.c | 219 static bool riscv_iommu_msi_check(RISCVIOMMUState *s, RISCVIOMMUContext *ctx, in riscv_iommu_msi_check() 251 static int riscv_iommu_spa_fetch(RISCVIOMMUState *s, RISCVIOMMUContext *ctx, in riscv_iommu_spa_fetch() 515 RISCVIOMMUContext *ctx, in riscv_iommu_report_fault() 555 RISCVIOMMUContext *ctx, uint64_t gpa, uint64_t data, in riscv_iommu_msi_write() 705 RISCVIOMMUContext *ctx) in riscv_iommu_validate_device_ctx() 817 RISCVIOMMUContext *ctx) in riscv_iommu_validate_process_ctx() 876 static int riscv_iommu_ctx_fetch(RISCVIOMMUState *s, RISCVIOMMUContext *ctx) in riscv_iommu_ctx_fetch() 1079 RISCVIOMMUContext *c1 = (RISCVIOMMUContext *) v1; in riscv_iommu_ctx_equal() 1080 RISCVIOMMUContext *c2 = (RISCVIOMMUContext *) v2; in riscv_iommu_ctx_equal() 1087 RISCVIOMMUContext *ctx = (RISCVIOMMUContext *) v; in riscv_iommu_ctx_hash() [all …]
|
H A D | riscv-iommu.h | 102 typedef struct RISCVIOMMUContext RISCVIOMMUContext; typedef 104 struct RISCVIOMMUContext { struct
|
H A D | riscv-iommu-hpm.h | 26 void riscv_iommu_hpm_incr_ctr(RISCVIOMMUState *s, RISCVIOMMUContext *ctx,
|
H A D | riscv-iommu-hpm.c | 87 void riscv_iommu_hpm_incr_ctr(RISCVIOMMUState *s, RISCVIOMMUContext *ctx, in riscv_iommu_hpm_incr_ctr()
|