Searched refs:update_vector (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_savic.c | 36 static inline void update_vector(unsigned int cpu, unsigned int offset, in update_vector() function 141 update_vector(cpu, APIC_IRR, vector, true); in send_ipi_dest() 301 update_vector(cpu, SAVIC_ALLOWED_IRR, vector, set); in savic_update_vector() 316 update_vector(cpu, APIC_ISR, vec, false); in savic_eoi() 425 .update_vector = savic_update_vector,
|
| /linux/arch/x86/include/asm/ |
| H A D | apic.h | 318 void (*update_vector)(unsigned int cpu, unsigned int vector, bool set); member 475 if (apic->update_vector) in apic_update_vector() 476 apic->update_vector(cpu, vector, set); in apic_update_vector()
|