Searched refs:KVM_RISCV_GET_TIMER (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 149 #define KVM_RISCV_GET_TIMER(cs, name, reg) \ macro 716 KVM_RISCV_GET_TIMER(cs, time, env->kvm_timer_time); in kvm_riscv_get_regs_timer() 717 KVM_RISCV_GET_TIMER(cs, compare, env->kvm_timer_compare); in kvm_riscv_get_regs_timer() 718 KVM_RISCV_GET_TIMER(cs, state, env->kvm_timer_state); in kvm_riscv_get_regs_timer() 719 KVM_RISCV_GET_TIMER(cs, frequency, env->kvm_timer_frequency); in kvm_riscv_get_regs_timer() 752 KVM_RISCV_GET_TIMER(cs, frequency, reg); in kvm_riscv_put_regs_timer() 765 KVM_RISCV_GET_TIMER(cs, frequency, reg); in kvm_riscv_get_timebase_frequency()
|