Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dx86_ops.h50 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr);
H A Dvmx.c6916 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
6942 if (max_isr == -1) in vmx_hwapic_isr_update()
6943 max_isr = 0; in vmx_hwapic_isr_update()
6947 if (max_isr != old) { in vmx_hwapic_isr_update()
6949 status |= max_isr << 8; in vmx_hwapic_isr_update()
/linux-6.15/arch/x86/kvm/
H A Dlapic.c3223 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
3235 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
3236 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
3237 max_isr = 0; in kvm_lapic_sync_to_vapic()
3238 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()