Home
last modified time | relevance | path

Searched refs:apic_icr_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dapic.h421 static __always_inline void apic_icr_write(u32 low, u32 high) in apic_icr_write() function
477 static inline void apic_icr_write(u32 low, u32 high) { } in apic_icr_write() function
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c825 apic_icr_write(APIC_INT_LEVELTRIG | APIC_INT_ASSERT | APIC_DM_INIT, phys_apicid); in send_init_sequence()
831 apic_icr_write(APIC_INT_LEVELTRIG | APIC_DM_INIT, phys_apicid); in send_init_sequence()
879 apic_icr_write(APIC_DM_STARTUP | (start_eip >> 12), in wakeup_secondary_cpu_via_init()