Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dlapic.c2568 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
2580 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
2581 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
2582 max_isr = 0; in kvm_lapic_sync_to_vapic()
2583 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()
Dsvm.c5122 static void svm_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in svm_hwapic_isr_update() argument
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c6096 static void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
6101 if (max_isr == -1) in vmx_hwapic_isr_update()
6102 max_isr = 0; in vmx_hwapic_isr_update()
6106 if (max_isr != old) { in vmx_hwapic_isr_update()
6108 status |= max_isr << 8; in vmx_hwapic_isr_update()