Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Devmcs.c346 u32 ctl_high = (u32)(*pdata >> 32); in nested_evmcs_filter_control_msr() local
355 ctl_high &= ~EVMCS1_UNSUPPORTED_VMEXIT_CTRL; in nested_evmcs_filter_control_msr()
359 ctl_high &= ~EVMCS1_UNSUPPORTED_VMENTRY_CTRL; in nested_evmcs_filter_control_msr()
362 ctl_high &= ~EVMCS1_UNSUPPORTED_2NDEXEC; in nested_evmcs_filter_control_msr()
365 ctl_high &= ~EVMCS1_UNSUPPORTED_PINCTRL; in nested_evmcs_filter_control_msr()
372 *pdata = ctl_low | ((u64)ctl_high << 32); in nested_evmcs_filter_control_msr()