Searched refs:max_irr (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dlapic.c2020 int max_irr, max_isr; kvm_lapic_sync_to_vapic() local
2029 max_irr = apic_find_highest_irr(apic); kvm_lapic_sync_to_vapic()
2030 if (max_irr < 0) kvm_lapic_sync_to_vapic()
2031 max_irr = 0; kvm_lapic_sync_to_vapic()
2035 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); kvm_lapic_sync_to_vapic()
H A Dvmx.c4501 int max_irr; vmx_complete_nested_posted_interrupt() local
4511 max_irr = find_last_bit( vmx_complete_nested_posted_interrupt()
4514 if (max_irr == 256) vmx_complete_nested_posted_interrupt()
4526 if ((u8)max_irr > ((u8)status & 0xff)) { vmx_complete_nested_posted_interrupt()
4528 status |= (u8)max_irr; vmx_complete_nested_posted_interrupt()
8269 static void vmx_hwapic_irr_update(struct kvm_vcpu *vcpu, int max_irr) vmx_hwapic_irr_update() argument
8272 vmx_set_rvi(max_irr); vmx_hwapic_irr_update()
8276 if (max_irr == -1) vmx_hwapic_irr_update()
8292 kvm_queue_interrupt(vcpu, max_irr, false); vmx_hwapic_irr_update()
H A Dx86.c5966 int max_irr, tpr; update_cr8_intercept() local
5975 max_irr = kvm_lapic_find_highest_irr(vcpu); update_cr8_intercept()
5977 max_irr = -1; update_cr8_intercept()
5979 if (max_irr != -1) update_cr8_intercept()
5980 max_irr >>= 4; update_cr8_intercept()
5984 kvm_x86_ops->update_cr8_intercept(vcpu, tpr, max_irr); update_cr8_intercept()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h835 void (*hwapic_irr_update)(struct kvm_vcpu *vcpu, int max_irr);

Completed in 178 milliseconds