Home
last modified time | relevance | path

Searched refs:highest_isr_cache (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dlapic.c532 apic->highest_isr_cache = vec; in apic_set_isr()
541 * Note that isr_count is always 1, and highest_isr_cache in apic_find_highest_isr()
546 if (likely(apic->highest_isr_cache != -1)) in apic_find_highest_isr()
547 return apic->highest_isr_cache; in apic_find_highest_isr()
567 * on the other hand isr_count and highest_isr_cache are unused in apic_clear_isr()
576 apic->highest_isr_cache = -1; in apic_clear_isr()
2355 apic->highest_isr_cache = -1; in kvm_lapic_reset()
2629 apic->highest_isr_cache = -1; in kvm_apic_set_state()
2726 apic->highest_isr_cache == -1 || in apic_sync_pv_eoi_to_guest()
2728 kvm_ioapic_handles_vector(apic, apic->highest_isr_cache)) { in apic_sync_pv_eoi_to_guest()
[all...]
H A Dlapic.h56 int highest_isr_cache; member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dlapic.c764 apic->highest_isr_cache = vec; in apic_set_isr()
773 * Note that isr_count is always 1, and highest_isr_cache in apic_find_highest_isr()
778 if (likely(apic->highest_isr_cache != -1)) in apic_find_highest_isr()
779 return apic->highest_isr_cache; in apic_find_highest_isr()
796 * on the other hand isr_count and highest_isr_cache are unused in apic_clear_isr()
804 apic->highest_isr_cache = -1; in apic_clear_isr()
2596 apic->highest_isr_cache = -1; in kvm_apic_update_apicv()
3102 apic->highest_isr_cache == -1 || in apic_sync_pv_eoi_to_guest()
3104 kvm_ioapic_handles_vector(apic, apic->highest_isr_cache)) { in apic_sync_pv_eoi_to_guest()
H A Dlapic.h72 int highest_isr_cache; member

Completed in 10 milliseconds