Searched refs:KVM_LARCH_HWCSR_USABLE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h101 #define KVM_LARCH_HWCSR_USABLE (0x1 << 4) macro
/linux-master/arch/loongarch/kvm/
H A Dvcpu.c649 * If software CSR is modified, bit KVM_LARCH_HWCSR_USABLE should
664 vcpu->arch.aux_inuse &= ~KVM_LARCH_HWCSR_USABLE;
976 vcpu->arch.aux_inuse &= ~KVM_LARCH_HWCSR_USABLE;
986 if (vcpu->arch.aux_inuse & KVM_LARCH_HWCSR_USABLE)
1048 vcpu->arch.aux_inuse |= KVM_LARCH_HWCSR_USABLE;

Completed in 144 milliseconds