Searched refs:PIN_BASED_VIRTUAL_NMIS (Results 1 – 6 of 6) sorted by relevance
79 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS; in cpu_has_virtual_nmis()
161 return vmcs12->pin_based_vm_exec_control & PIN_BASED_VIRTUAL_NMIS; in nested_cpu_has_virtual_nmis()
2583 opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR | in setup_vmcs_config()4192 pin_based_exec_ctrl &= ~PIN_BASED_VIRTUAL_NMIS; in vmx_pin_based_exec_ctrl()
6450 PIN_BASED_VIRTUAL_NMIS | in nested_vmx_setup_ctls_msrs()
71 #define PIN_BASED_VIRTUAL_NMIS 0x00000020 macro
79 #define PIN_BASED_VIRTUAL_NMIS VMCS_CONTROL_BIT(VIRTUAL_NMIS) macro