Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h75 #define PIN_BASED_POSTED_INTR 0x00000080 macro
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h87 #define PIN_BASED_POSTED_INTR 0x00000080 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c1488 vmcs_conf->pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in evmcs_sanitize_exec_ctrls()
1761 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
2037 return vmcs12->pin_based_vm_exec_control & PIN_BASED_POSTED_INTR; in nested_cpu_has_posted_intr()
3511 (apicv ? PIN_BASED_POSTED_INTR : 0); in nested_vmx_setup_ctls_msrs()
4618 opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR | in setup_vmcs_config()
4628 _pin_based_exec_control &= ~PIN_BASED_POSTED_INTR; in setup_vmcs_config()
6360 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()
10017 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()
12160 exec_control &= ~PIN_BASED_POSTED_INTR; in prepare_vmcs02()