Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.h29 extern const unsigned int nr_evmcs_1_fields;
37 if (unlikely(index >= nr_evmcs_1_fields)) in evmcs_field_offset()
H A Dhyperv.c427 const unsigned int nr_evmcs_1_fields = ARRAY_SIZE(vmcs_field_to_evmcs_1); variable