Searched refs:count_ctl (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | emulate.c | 310 * CP0_Cause.DC bit or the count_ctl.DC bit. 317 return (vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC) || in kvm_mips_count_disabled() 362 * except when the master disable bit is set in count_ctl, in which case it is 369 if (unlikely(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC)) in kvm_mips_count_time() 776 * count_ctl.DC has been set (count disabled). 803 * count_ctl.DC, but not after. 812 if (!(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC)) in kvm_mips_count_disable_cause() 821 * the start time will be handled if the timer isn't disabled by count_ctl.DC, 836 * This starts the hrtimer if count_ctl.DC allows it. in kvm_mips_count_enable_cause() 846 * @count_ctl 853 kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl) kvm_mips_set_count_ctl() argument [all...] |
H A D | vz.c | 2120 *v = vcpu->arch.count_ctl; in kvm_vz_get_one_reg()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | emulate.c | 309 * CP0_Cause.DC bit or the count_ctl.DC bit. 316 return (vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC) || in kvm_mips_count_disabled() 361 * except when the master disable bit is set in count_ctl, in which case it is 368 if (unlikely(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC)) in kvm_mips_count_time() 777 * count_ctl.DC has been set (count disabled). 804 * count_ctl.DC, but not after. 813 if (!(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC)) in kvm_mips_count_disable_cause() 822 * the start time will be handled if the timer isn't disabled by count_ctl.DC, 837 * This starts the hrtimer if count_ctl.DC allows it. in kvm_mips_count_enable_cause() 847 * @count_ctl 854 kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl) kvm_mips_set_count_ctl() argument [all...] |
H A D | trap_emul.c | 840 *v = vcpu->arch.count_ctl; in kvm_trap_emul_get_one_reg()
|
H A D | vz.c | 2116 *v = vcpu->arch.count_ctl; in kvm_vz_get_one_reg()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | kvm_host.h | 219 u32 count_ctl; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | kvm_host.h | 329 u32 count_ctl; member 853 int kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl);
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | kvm_host.h | 384 u32 count_ctl; member 1078 int kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | kvm.h | 710 __u32 count_ctl; member
|
Completed in 20 milliseconds