Home
last modified time | relevance | path

Searched defs:satp (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/riscv/
H A Driscv-iommu.h109 uint64_t satp; /* S-Stage address translation and protection */ member
H A Driscv-iommu.c255 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 Dmve_helper.c1249 #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 Dkvm.h80 unsigned long satp; member
/qemu/target/riscv/
H A Dcpu.c971 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 Dcpu.h300 target_ulong satp; /* since: priv-1.10.0 */ member
H A Dcsr.c622 static RISCVException satp(CPURISCVState *env, int csrno) in satp() function