Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dlapic.c2753 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
2765 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
2766 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
2767 max_isr = 0; in kvm_lapic_sync_to_vapic()
2768 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()
/linux/arch/x86/kvm/svm/
A Dsvm.h544 void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr);
A Davic.c596 void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in svm_hwapic_isr_update() argument
/linux/arch/x86/kvm/vmx/
A Dvmx.c6229 static void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
6234 if (max_isr == -1) in vmx_hwapic_isr_update()
6235 max_isr = 0; in vmx_hwapic_isr_update()
6239 if (max_isr != old) { in vmx_hwapic_isr_update()
6241 status |= max_isr << 8; in vmx_hwapic_isr_update()

Completed in 27 milliseconds