Home
last modified time | relevance | path

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

/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
/qemu/linux-headers/asm-riscv/
H A Dkvm.h80 unsigned long satp; member
/qemu/target/riscv/
H A Dcpu.c1183 uint8_t satp = satp_mode_from_str(name); in cpu_riscv_get_satp() local
1195 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