Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c165 static u32 vmx_possible_passthrough_msrs[MAX_POSSIBLE_PASSTHROUGH_MSRS] = { variable
683 for (i = 0; i < ARRAY_SIZE(vmx_possible_passthrough_msrs); i++) in possible_passthrough_msr_slot()
684 if (vmx_possible_passthrough_msrs[i] == msr) in possible_passthrough_msr_slot()
4153 for (i = 0; i < ARRAY_SIZE(vmx_possible_passthrough_msrs); i++) { in vmx_msr_filter_changed()
4154 u32 msr = vmx_possible_passthrough_msrs[i]; in vmx_msr_filter_changed()