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.c7097 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
7102 if (max_isr == -1) in vmx_hwapic_isr_update()
7103 max_isr = 0; in vmx_hwapic_isr_update()
7114 if (max_isr != old) { in vmx_hwapic_isr_update()
7116 status |= max_isr << 8; in vmx_hwapic_isr_update()
/linux/arch/x86/kvm/
H A Dlapic.c3389 int max_irr, max_isr; in kvm_lapic_sync_to_vapic() local
3401 max_isr = apic_find_highest_isr(apic); in kvm_lapic_sync_to_vapic()
3402 if (max_isr < 0) in kvm_lapic_sync_to_vapic()
3403 max_isr = 0; in kvm_lapic_sync_to_vapic()
3404 data = (tpr & 0xff) | ((max_isr & 0xf0) << 8) | (max_irr << 24); in kvm_lapic_sync_to_vapic()