Searched refs:gic_raise_sgi (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/arch/arm64/core/ |
D | smp.c | 206 gic_raise_sgi(ipi, target_mpidr, 1 << aff0); in send_ipi() 268 gic_raise_sgi(SGI_FPU_IPI, mpidr, 1 << aff0); in arch_flush_fpu_ipi()
|
/Zephyr-Core-3.7.0/subsys/testsuite/include/zephyr/ |
D | interrupt_util.h | 95 gic_raise_sgi(irq, mpidr, BIT(aff0)); in trigger_irq()
|
/Zephyr-Core-3.7.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.7.0/drivers/interrupt_controller/ |
D | intc_gic.c | 149 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
|
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/ |
D | smp.c | 236 gic_raise_sgi(ipi, (uint64_t)target_mpidr, 1 << aff0); in send_ipi()
|