Home
last modified time | relevance | path

Searched refs:native_x2apic_icr_write (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_phys.c92 native_x2apic_icr_write(cfg, 0); in __x2apic_send_IPI_shorthand()
113 native_x2apic_icr_write(cfg, apicid); in __x2apic_send_IPI_dest()
174 .icr_write = native_x2apic_icr_write,
H A Dx2apic_cluster.c259 .icr_write = native_x2apic_icr_write,
H A Dx2apic_uv_x.c835 .icr_write = native_x2apic_icr_write,
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h215 static inline void native_x2apic_icr_write(u32 low, u32 id) in native_x2apic_icr_write() function