Home
last modified time | relevance | path

Searched refs:gic_raise_sgi (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-2.7.6/arch/arm64/core/
Dsmp.c166 gic_raise_sgi(ipi, mpidr, SGIR_TGT_MASK & ~(1 << MPIDR_TO_CORE(mpidr))); in broadcast_ipi()
214 gic_raise_sgi(SGI_FPU_IPI, mpidr, (1 << cpu)); in z_arm64_flush_fpu_ipi()
/Zephyr-Core-2.7.6/subsys/testsuite/include/
Dinterrupt_util.h92 gic_raise_sgi(irq, GET_MPIDR(), BIT(MPIDR_TO_CORE(GET_MPIDR()))); in trigger_irq()
/Zephyr-Core-2.7.6/include/drivers/interrupt_controller/
Dgic.h333 void gic_raise_sgi(unsigned int sgi_id, uint64_t target_aff,
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_gic.c105 void gic_raise_sgi(unsigned int sgi_id, uint64_t target_aff, in gic_raise_sgi() function
Dintc_gicv3.c150 void gic_raise_sgi(unsigned int sgi_id, uint64_t target_aff, in gic_raise_sgi() function