Home
last modified time | relevance | path

Searched refs:vapic_page (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c3834 void *vapic_page; in vmx_complete_nested_posted_interrupt() local
3850 vapic_page = vmx->nested.virtual_apic_map.hva; in vmx_complete_nested_posted_interrupt()
3851 if (!vapic_page) in vmx_complete_nested_posted_interrupt()
3855 vapic_page, &max_irr); in vmx_complete_nested_posted_interrupt()
H A Dvmx.c4125 void *vapic_page; in vmx_guest_apic_has_interrupt() local
4136 vapic_page = vmx->nested.virtual_apic_map.hva; in vmx_guest_apic_has_interrupt()
4137 vppr = *((u32 *)(vapic_page + APIC_PROCPRI)); in vmx_guest_apic_has_interrupt()