Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1493 atomic_inc(&hv->num_mismatched_vp_indexes); in kvm_hv_set_msr()
1495 atomic_dec(&hv->num_mismatched_vp_indexes); in kvm_hv_set_msr()
1746 bool has_mismatch = atomic_read(&hv->num_mismatched_vp_indexes); in sparse_set_to_vcpu_mask()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1110 atomic_t num_mismatched_vp_indexes; member