Home
last modified time | relevance | path

Searched refs:KVM_REG_RISCV_TIMER_REG (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/kvm/
A Dvcpu_timer.c108 case KVM_REG_RISCV_TIMER_REG(frequency): in kvm_riscv_vcpu_get_reg_timer()
111 case KVM_REG_RISCV_TIMER_REG(time): in kvm_riscv_vcpu_get_reg_timer()
114 case KVM_REG_RISCV_TIMER_REG(compare): in kvm_riscv_vcpu_get_reg_timer()
117 case KVM_REG_RISCV_TIMER_REG(state): in kvm_riscv_vcpu_get_reg_timer()
152 case KVM_REG_RISCV_TIMER_REG(frequency): in kvm_riscv_vcpu_set_reg_timer()
155 case KVM_REG_RISCV_TIMER_REG(time): in kvm_riscv_vcpu_set_reg_timer()
158 case KVM_REG_RISCV_TIMER_REG(compare): in kvm_riscv_vcpu_set_reg_timer()
161 case KVM_REG_RISCV_TIMER_REG(state): in kvm_riscv_vcpu_set_reg_timer()
/linux/arch/riscv/include/uapi/asm/
A Dkvm.h113 #define KVM_REG_RISCV_TIMER_REG(name) \ macro

Completed in 4 milliseconds