Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dlapic.c2734 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
2746 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
2747 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
2748 max_isr = 0; in kvm_lapic_sync_to_vapic()
2749 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.h460 void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr);
H A Davic.c606 void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in svm_hwapic_isr_update() argument
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c6372 static void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
6377 if (max_isr == -1) in vmx_hwapic_isr_update()
6378 max_isr = 0; in vmx_hwapic_isr_update()
6382 if (max_isr != old) { in vmx_hwapic_isr_update()
6384 status |= max_isr << 8; in vmx_hwapic_isr_update()