Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c1326 u32 pin_based_exec_ctrl; member
1488 vmcs_conf->pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in evmcs_sanitize_exec_ctrls()
1526 vmcs_conf->pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in evmcs_sanitize_exec_ctrls()
1754 return vmcs_config.pin_based_exec_ctrl & in cpu_has_vmx_preemption_timer()
1761 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
1890 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS; in cpu_has_virtual_nmis()
4658 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()
6357 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl() local
6360 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()
6363 pin_based_exec_ctrl &= ~PIN_BASED_VIRTUAL_NMIS; in vmx_pin_based_exec_ctrl()
[all …]