Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/vmx/
Dhyperv_evmcs.h127 extern const unsigned int nr_evmcs_1_fields;
135 if (unlikely(index >= nr_evmcs_1_fields)) in evmcs_field_offset()
Dhyperv_evmcs.c315 const unsigned int nr_evmcs_1_fields = ARRAY_SIZE(vmcs_field_to_evmcs_1); variable