Searched refs:max_isr (Results 1 – 4 of 4) sorted by relevance
2757 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local2769 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()2770 if (max_isr < 0) in kvm_lapic_sync_to_vapic()2771 max_isr = 0; in kvm_lapic_sync_to_vapic()2772 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()
536 void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr);
596 void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in svm_hwapic_isr_update() argument
6355 static void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument6360 if (max_isr == -1) in vmx_hwapic_isr_update()6361 max_isr = 0; in vmx_hwapic_isr_update()6365 if (max_isr != old) { in vmx_hwapic_isr_update()6367 status |= max_isr << 8; in vmx_hwapic_isr_update()