Searched defs:satp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A D | suspend.h | 20 unsigned long satp; member
|
/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/ |
H A D | processor.c | 186 unsigned long satp; in riscv_vcpu_mmu_setup() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1250 #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 D | kvm.h | 81 unsigned long satp; member
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | kvm.h | 80 unsigned long satp; member
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 1210 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 D | cpu.h | 278 target_ulong satp; /* since: priv-1.10.0 */ member
|
H A D | csr.c | 491 static RISCVException satp(CPURISCVState *env, int csrno) in satp() function
|