Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Devmcs.c422 u32 ctl_high = (u32)(*pdata >> 32); in nested_evmcs_filter_control_msr() local
435 ctl_high &= ~unsupported_ctrls; in nested_evmcs_filter_control_msr()
442 ctl_high &= ~unsupported_ctrls; in nested_evmcs_filter_control_msr()
445 ctl_high &= ~evmcs_get_unsupported_ctls(EVMCS_2NDEXEC); in nested_evmcs_filter_control_msr()
449 ctl_high &= ~evmcs_get_unsupported_ctls(EVMCS_PINCTRL); in nested_evmcs_filter_control_msr()
456 *pdata = ctl_low | ((u64)ctl_high << 32); in nested_evmcs_filter_control_msr()