Home
last modified time | relevance | path

Searched refs:vstval (Results 1 – 4 of 4) sorted by relevance

/qemu/target/riscv/
H A Dmachine.c108 VMSTATE_UINTTL(env.vstval, RISCVCPU),
H A Dcpu.h370 target_ulong vstval; member
H A Dcpu_helper.c634 env->vstval = env->stval; in riscv_cpu_swap_hypervisor_regs()
658 env->stval = env->vstval; in riscv_cpu_swap_hypervisor_regs()
H A Dcsr.c5172 *val = env->vstval; in read_vstval()
5179 env->vstval = val; in write_vstval()