Home
last modified time | relevance | path

Searched refs:__prepare_ICR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_phys.c88 unsigned long cfg = __prepare_ICR(which, vector, 0); in __x2apic_send_IPI_shorthand()
112 unsigned long cfg = __prepare_ICR(0, vector, dest); in __x2apic_send_IPI_dest()
H A Dipi.c158 native_apic_mem_write(APIC_ICR, __prepare_ICR(shortcut, vector, 0)); in __default_send_IPI_shortcut()
177 native_apic_mem_write(APIC_ICR, __prepare_ICR(0, vector, dest_mode)); in __default_send_IPI_dest_field()
H A Dlocal.h31 static inline unsigned int __prepare_ICR(unsigned int shortcut, int vector, in __prepare_ICR() function