Lines Matching refs:kvm_x86_call
763 kvm_x86_call(hwapic_isr_update)(apic->vcpu, vec); in apic_set_isr()
808 kvm_x86_call(hwapic_isr_update)(apic->vcpu, apic_find_highest_isr(apic)); in apic_clear_isr()
823 kvm_x86_call(hwapic_isr_update)(vcpu, apic_find_highest_isr(apic)); in kvm_apic_update_hwapic_isr()
955 highest_irr = kvm_x86_call(sync_pir_to_irr)(apic->vcpu); in apic_has_interrupt_for_ppr()
1347 kvm_x86_call(deliver_interrupt)(apic, delivery_mode, in __apic_accept_irq()
2114 kvm_x86_call(cancel_hv_timer)(apic->vcpu); in cancel_hv_timer()
2131 if (kvm_x86_call(set_hv_timer)(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()
2623 kvm_x86_call(set_virtual_apic_mode)(vcpu); in __kvm_apic_set_base()
2753 kvm_x86_call(apicv_pre_state_restore)(vcpu); in kvm_lapic_reset()
2815 kvm_x86_call(apicv_post_state_restore)(vcpu); in kvm_lapic_reset()
2816 kvm_x86_call(hwapic_isr_update)(vcpu, -1); in kvm_lapic_reset()
2912 apic->regs = kvm_x86_call(alloc_apic_backing_page)(vcpu); in kvm_create_lapic()
3104 kvm_x86_call(apicv_pre_state_restore)(vcpu); in kvm_apic_set_state()
3130 kvm_x86_call(apicv_post_state_restore)(vcpu); in kvm_apic_set_state()
3131 kvm_x86_call(hwapic_isr_update)(vcpu, apic_find_highest_isr(apic)); in kvm_apic_set_state()
3409 kvm_x86_call(vcpu_deliver_sipi_vector)(vcpu, in kvm_apic_accept_events()