Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A 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()
366 ctl_high &= ~EVMCS1_UNSUPPORTED_PINCTRL; in nested_evmcs_filter_control_msr()
373 *pdata = ctl_low | ((u64)ctl_high << 32); in nested_evmcs_filter_control_msr()