Home
last modified time | relevance | path

Searched refs:HV_MAX_SPARSE_VCPU_BANKS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/asm-generic/
Dmshyperv.h244 if (max_vcpu_bank >= HV_MAX_SPARSE_VCPU_BANKS) in __cpumask_to_vpset()
Dhyperv-tlfs.h420 #define HV_MAX_SPARSE_VCPU_BANKS (64) macro
/linux-6.12.1/arch/x86/kvm/
Dhyperv.c1919 if (hc->var_cnt > HV_MAX_SPARSE_VCPU_BANKS) in kvm_get_sparse_vp_set()
2029 BUILD_BUG_ON(KVM_HV_MAX_SPARSE_VCPU_SET_BITS > HV_MAX_SPARSE_VCPU_BANKS); in kvm_hv_flush_tlb()
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h690 u64 sparse_banks[HV_MAX_SPARSE_VCPU_BANKS];