Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c644 KVM_RISCV_GET_TIMER(cs, env, state, env->kvm_timer_state); in kvm_riscv_get_regs_timer()
668 if (env->kvm_timer_state) { in kvm_riscv_put_regs_timer()
669 KVM_RISCV_SET_TIMER(cs, env, state, env->kvm_timer_state); in kvm_riscv_put_regs_timer()
/openbmc/qemu/target/riscv/
H A Dmachine.c224 VMSTATE_UINT64(env.kvm_timer_state, RISCVCPU),
H A Dcpu.h412 uint64_t kvm_timer_state; member