Home
last modified time | relevance | path

Searched refs:kvm_timer_state (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dmachine.c223 VMSTATE_UINT64(env.kvm_timer_state, RISCVCPU),
H A Dcpu.h472 uint64_t kvm_timer_state; member
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c711 KVM_RISCV_GET_TIMER(cs, state, env->kvm_timer_state); in kvm_riscv_get_regs_timer()
735 if (env->kvm_timer_state) { in kvm_riscv_put_regs_timer()
736 KVM_RISCV_SET_TIMER(cs, state, env->kvm_timer_state); in kvm_riscv_put_regs_timer()