Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dx86_ops.h49 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr);
H A Dmain.c285 static void vt_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vt_hwapic_isr_update() argument
290 return vmx_hwapic_isr_update(vcpu, max_isr); in vt_hwapic_isr_update()
H A Dvmx.c6760 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
6786 if (max_isr == -1) in vmx_hwapic_isr_update()
6787 max_isr = 0; in vmx_hwapic_isr_update()
6791 if (max_isr != old) { in vmx_hwapic_isr_update()
6793 status |= max_isr << 8; in vmx_hwapic_isr_update()
/linux/arch/x86/kvm/
H A Dlapic.c3206 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
3218 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
3219 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
3220 max_isr = 0; in kvm_lapic_sync_to_vapic()
3221 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()