Home
last modified time | relevance | path

Searched refs:max_isr (Results 1 – 2 of 2) 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 Dvmx.c6998 void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr) in vmx_hwapic_isr_update() argument
7003 if (max_isr == -1) in vmx_hwapic_isr_update()
7004 max_isr = 0; in vmx_hwapic_isr_update()
7015 if (max_isr != old) { in vmx_hwapic_isr_update()
7017 status |= max_isr << 8; in vmx_hwapic_isr_update()