Searched defs:satp (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/riscv/ |
H A D | riscv-iommu.h | 109 uint64_t satp; /* S-Stage address translation and protection */ member
|
H A D | riscv-iommu.c | 255 uint64_t satp, gatp, pte; in riscv_iommu_spa_fetch() local 1400 uint64_t satp = get_field(ctx->satp, RISCV_IOMMU_ATP_MODE_FIELD); in riscv_iommu_get_transtag() local
|
/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1249 #define WRAP_QRSHL_HELPER(FN, N, M, ROUND, satp) \ argument 1259 #define DO_SQSHL_OP(N, M, satp) \ argument 1261 #define DO_UQSHL_OP(N, M, satp) \ argument 1263 #define DO_SQRSHL_OP(N, M, satp) \ argument 1265 #define DO_UQRSHL_OP(N, M, satp) \ argument 1267 #define DO_SUQSHL_OP(N, M, satp) \ argument
|
/qemu/linux-headers/asm-riscv/ |
H A D | kvm.h | 80 unsigned long satp; member
|
/qemu/target/riscv/ |
H A D | cpu.c | 971 uint8_t satp = satp_mode_from_str(name); in cpu_riscv_get_satp() local 983 uint8_t satp = satp_mode_from_str(name); in cpu_riscv_set_satp() local
|
H A D | cpu.h | 300 target_ulong satp; /* since: priv-1.10.0 */ member
|
H A D | csr.c | 622 static RISCVException satp(CPURISCVState *env, int csrno) in satp() function
|