Searched defs:count_ctl (Results 1 - 2 of 2) sorted by relevance

/arch/mips/kvm/
H A Demulate.c228 * CP0_Cause.DC bit or the count_ctl.DC bit.
235 return (vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC) ||
280 * except when the master disable bit is set in count_ctl, in which case it is
287 if (unlikely(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC))
570 * count_ctl.DC has been set (count disabled).
597 * count_ctl.DC, but not after.
606 if (!(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC))
615 * the start time will be handled if the timer isn't disabled by count_ctl.DC,
630 * This starts the hrtimer if count_ctl.DC allows it.
640 * @count_ctl
647 kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl) argument
[all...]
/arch/mips/include/asm/
H A Dkvm_host.h408 uint32_t count_ctl; member in struct:kvm_vcpu_arch
720 int kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl);

Completed in 160 milliseconds