Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c104 list_del(&vt->pi_wakeup_list); in vmx_vcpu_pi_load()
184 list_add_tail(&vt->pi_wakeup_list, in pi_enable_wakeup_handler()
261 list_for_each_entry(vt, wakeup_list, pi_wakeup_list) { in pi_wakeup_handler()
H A Dcommon.h38 struct list_head pi_wakeup_list; member
H A Dtdx.c694 INIT_LIST_HEAD(&tdx->vt.pi_wakeup_list); in tdx_vcpu_create()
H A Dvmx.c7779 INIT_LIST_HEAD(&vmx->vt.pi_wakeup_list); in vmx_vcpu_create()