Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dlapic.c523 kvm_x86_ops.hwapic_isr_update(vcpu, vec); in apic_set_isr()
571 kvm_x86_ops.hwapic_isr_update(vcpu, in apic_clear_isr()
2362 kvm_x86_ops.hwapic_isr_update(vcpu, -1); in kvm_lapic_reset()
2626 kvm_x86_ops.hwapic_isr_update(vcpu, in kvm_apic_set_state()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1179 void (*hwapic_isr_update)(struct kvm_vcpu *vcpu, int isr); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4273 .hwapic_isr_update = svm_hwapic_isr_update,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7808 .hwapic_isr_update = vmx_hwapic_isr_update,