Searched refs:__prepare_ICR (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kernel/apic/ |
A D | x2apic_phys.c | 122 unsigned long cfg = __prepare_ICR(0, vector, dest); in __x2apic_send_IPI_dest() 128 unsigned long cfg = __prepare_ICR(which, vector, 0); in __x2apic_send_IPI_shorthand()
|
A D | ipi.c | 134 cfg = __prepare_ICR(shortcut, vector, 0); in __default_send_IPI_shortcut() 167 cfg = __prepare_ICR(0, vector, dest); in __default_send_IPI_dest_field()
|
A D | local.h | 33 static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, in __prepare_ICR() function
|
Completed in 9 milliseconds