Home
last modified time | relevance | path

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

/arch/mips/kvm/
Demulate.c326 static u32 kvm_mips_ktime_to_count(struct kvm_vcpu *vcpu, ktime_t now) in kvm_mips_ktime_to_count() function
391 count = vcpu->arch.count_bias + kvm_mips_ktime_to_count(vcpu, now); in kvm_mips_read_count_running()
551 kvm_mips_ktime_to_count(vcpu, before); in kvm_mips_restore_hrtimer()
570 now_count = vcpu->arch.count_bias + kvm_mips_ktime_to_count(vcpu, now); in kvm_mips_restore_hrtimer()
609 vcpu->arch.count_bias = count - kvm_mips_ktime_to_count(vcpu, now); in kvm_mips_write_count()
677 vcpu->arch.count_bias = count - kvm_mips_ktime_to_count(vcpu, now); in kvm_mips_set_count_hz()