Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dlapic.c3119 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
3131 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
3132 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
3133 max_isr = 0; in kvm_lapic_sync_to_vapic()
3134 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c6819 static void vmx_hwapic_isr_update(int max_isr) in vmx_hwapic_isr_update() argument
6824 if (max_isr == -1) in vmx_hwapic_isr_update()
6825 max_isr = 0; in vmx_hwapic_isr_update()
6829 if (max_isr != old) { in vmx_hwapic_isr_update()
6831 status |= max_isr << 8; in vmx_hwapic_isr_update()