Home
last modified time | relevance | path

Searched refs:num_mismatched_vp_indexes (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
Dhyperv.c1243 atomic_inc(&hv->num_mismatched_vp_indexes); in kvm_hv_set_msr()
1245 atomic_dec(&hv->num_mismatched_vp_indexes); in kvm_hv_set_msr()
1482 if (likely(!atomic_read(&hv->num_mismatched_vp_indexes))) { in sparse_set_to_vcpu_mask()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h874 atomic_t num_mismatched_vp_indexes; member