Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dapic.h420 static __always_inline void apic_icr_write(u32 low, u32 high) in apic_icr_write() function
476 static inline void apic_icr_write(u32 low, u32 high) { } in apic_icr_write() function
/linux-6.6.21/arch/x86/kernel/
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()