Searched refs:max_isr (Results 1 – 4 of 4) sorted by relevance
49 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr);
285 static void vt_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vt_hwapic_isr_update() argument290 return vmx_hwapic_isr_update(vcpu, max_isr); in vt_hwapic_isr_update()
7097 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument7102 if (max_isr == -1) in vmx_hwapic_isr_update()7103 max_isr = 0; in vmx_hwapic_isr_update()7114 if (max_isr != old) { in vmx_hwapic_isr_update()7116 status |= max_isr << 8; in vmx_hwapic_isr_update()
3389 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local3401 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()3402 if (max_isr < 0) in kvm_lapic_sync_to_vapic()3403 max_isr = 0; in kvm_lapic_sync_to_vapic()3404 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()