Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dsmp.c39 z_loapic_ipi(0, LOAPIC_ICR_IPI_OTHERS, CONFIG_SCHED_IPI_VECTOR); in arch_sched_broadcast_ipi()
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dloapic.h46 #define LOAPIC_ICR_IPI_OTHERS 0x000C4000U /* normal IPI to other CPUs */ macro
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c443 z_loapic_ipi(0, LOAPIC_ICR_IPI_OTHERS, CONFIG_TLB_IPI_VECTOR); in tlb_shootdown()