Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dsuspend.h20 unsigned long satp; member
/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c186 unsigned long satp; in riscv_vcpu_mmu_setup() local
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c1250 #define WRAP_QRSHL_HELPER(FN, N, M, ROUND, satp) \ argument
1260 #define DO_SQSHL_OP(N, M, satp) \ argument
1262 #define DO_UQSHL_OP(N, M, satp) \ argument
1264 #define DO_SQRSHL_OP(N, M, satp) \ argument
1266 #define DO_UQRSHL_OP(N, M, satp) \ argument
1268 #define DO_SUQSHL_OP(N, M, satp) \ argument
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dkvm.h81 unsigned long satp; member
/openbmc/qemu/linux-headers/asm-riscv/
H A Dkvm.h80 unsigned long satp; member
/openbmc/qemu/target/riscv/
H A Dcpu.c1210 uint8_t satp = satp_mode_from_str(name); in cpu_riscv_get_satp() local
1222 uint8_t satp = satp_mode_from_str(name); in cpu_riscv_set_satp() local
H A Dcpu.h278 target_ulong satp; /* since: priv-1.10.0 */ member
H A Dcsr.c491 static RISCVException satp(CPURISCVState *env, int csrno) in satp() function