Searched refs:apic_update_vector (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 175 apic_update_vector(cpu, HYPERV_STIMER0_VECTOR, true); in hv_cpu_init() 285 apic_update_vector(cpu, HYPERV_STIMER0_VECTOR, false); in hv_cpu_die()
|
| H A D | hv_apic.c | 58 apic_update_vector(cpu, vector, set); in hv_enable_coco_interrupt()
|
| /linux/arch/x86/include/asm/ |
| H A D | apic.h | 473 static __always_inline void apic_update_vector(unsigned int cpu, unsigned int vector, bool set) in apic_update_vector() function 490 static inline void apic_update_vector(unsigned int cpu, unsigned int vector, bool set) { } in apic_update_vector() function
|
| /linux/arch/x86/kernel/apic/ |
| H A D | vector.c | 138 apic_update_vector(cpu, vector, true); in apic_update_irq_cfg() 146 apic_update_vector(cpu, vector, false); in apic_free_vector()
|
| H A D | apic.c | 598 apic_update_vector(smp_processor_id(), LOCAL_TIMER_VECTOR, true); in setup_APIC_timer()
|