Searched refs:kvm_mips_freeze_hrtimer (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | emulate.c | 457 * kvm_mips_freeze_hrtimer() - Safely stop the hrtimer. 472 ktime_t kvm_mips_freeze_hrtimer(struct kvm_vcpu *vcpu, u32 *count) in kvm_mips_freeze_hrtimer() function 670 now = kvm_mips_freeze_hrtimer(vcpu, &count); in kvm_mips_set_count_hz() 734 now = kvm_mips_freeze_hrtimer(vcpu, &count); in kvm_mips_write_compare()
|
H A D | vz.c | 398 kvm_mips_freeze_hrtimer(vcpu, &start_count); in _kvm_vz_restore_htimer()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | emulate.c | 456 * kvm_mips_freeze_hrtimer() - Safely stop the hrtimer. 471 ktime_t kvm_mips_freeze_hrtimer(struct kvm_vcpu *vcpu, u32 *count) in kvm_mips_freeze_hrtimer() function 669 now = kvm_mips_freeze_hrtimer(vcpu, &count); in kvm_mips_set_count_hz() 733 now = kvm_mips_freeze_hrtimer(vcpu, &count); in kvm_mips_write_compare()
|
H A D | vz.c | 400 freeze_time = kvm_mips_freeze_hrtimer(vcpu, &start_count); in _kvm_vz_restore_htimer()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | kvm_host.h | 862 ktime_t kvm_mips_freeze_hrtimer(struct kvm_vcpu *vcpu, u32 *count);
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | kvm_host.h | 1087 ktime_t kvm_mips_freeze_hrtimer(struct kvm_vcpu *vcpu, u32 *count);
|
Completed in 16 milliseconds