Searched refs:count_ctl (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/kvm/
H A Demulate.c310 * CP0_Cause.DC bit or the count_ctl.DC bit.
317 return (vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC) ||
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))
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))
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.
846 * @count_ctl
853 kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl) argument
[all...]
H A Dvz.c2120 *v = vcpu->arch.count_ctl;
/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h143 u32 count_ctl; member in struct:kvm_vcpu_arch
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h329 u32 count_ctl; member in struct:kvm_vcpu_arch
851 int kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl);

Completed in 124 milliseconds