Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h207 bool pi_pending; member
H A Dnested.c2271 vmx->nested.pi_pending = false; in prepare_vmcs02_early()
3650 vmx->nested.pi_pending = true; in nested_vmx_run()
3837 if (!vmx->nested.pi_pending) in vmx_complete_nested_posted_interrupt()
3843 vmx->nested.pi_pending = false; in vmx_complete_nested_posted_interrupt()
4008 if (vmx->nested.pi_pending && vmx->nested.pi_desc && in vmx_has_nested_events()
H A Dvmx.c4225 vmx->nested.pi_pending = true; in vmx_deliver_nested_posted_interrupt()