Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.h205 bool pi_pending; member
H A Dnested.c2357 vmx->nested.pi_pending = false; in prepare_vmcs02_early()
3924 if (!vmx->nested.pi_pending) in vmx_complete_nested_posted_interrupt()
3930 vmx->nested.pi_pending = false; in vmx_complete_nested_posted_interrupt()
4099 if (vmx->nested.pi_pending && vmx->nested.pi_desc && in vmx_has_nested_events()
4379 vmx->nested.pi_pending = true; in vmx_check_nested_events()
H A Dvmx.c4260 vmx->nested.pi_pending = true; in vmx_deliver_nested_posted_interrupt()