Searched refs:max_isr (Results 1 – 2 of 2) sorted by relevance
2880 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local2892 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()2893 if (max_isr < 0) in kvm_lapic_sync_to_vapic()2894 max_isr = 0; in kvm_lapic_sync_to_vapic()2895 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()
6645 static void vmx_hwapic_isr_update(int max_isr) in vmx_hwapic_isr_update() argument6650 if (max_isr == -1) in vmx_hwapic_isr_update()6651 max_isr = 0; in vmx_hwapic_isr_update()6655 if (max_isr != old) { in vmx_hwapic_isr_update()6657 status |= max_isr << 8; in vmx_hwapic_isr_update()