Searched refs:gic_raise_sgi (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | smp.c | 199 gic_raise_sgi(ipi, target_mpidr, 1 << aff0); in broadcast_ipi() 257 gic_raise_sgi(SGI_FPU_IPI, mpidr, 1 << aff0); in z_arm64_flush_fpu_ipi()
|
/Zephyr-Core-3.5.0/subsys/testsuite/include/zephyr/ |
D | interrupt_util.h | 95 gic_raise_sgi(irq, mpidr, BIT(aff0)); in trigger_irq()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/interrupt_controller/ |
D | gic.h | 351 void gic_raise_sgi(unsigned int sgi_id, uint64_t target_aff,
|
/Zephyr-Core-3.5.0/drivers/interrupt_controller/ |
D | intc_gic.c | 138 void gic_raise_sgi(unsigned int sgi_id, uint64_t target_aff, in gic_raise_sgi() function
|
D | intc_gicv3.c | 267 void gic_raise_sgi(unsigned int sgi_id, uint64_t target_aff, in gic_raise_sgi() function
|