Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dsmp.c203 uint64_t target_mpidr = cpu_map[i]; in send_ipi() local
206 if (mpidr == target_mpidr || target_mpidr == INV_MPID) { in send_ipi()
210 aff0 = MPIDR_AFFLVL(target_mpidr, 0); in send_ipi()
211 gic_raise_sgi(ipi, target_mpidr, 1 << aff0); in send_ipi()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c239 uint32_t target_mpidr = cpu_map[i]; in send_ipi() local
242 if (mpidr == target_mpidr || mpidr == INV_MPID) { in send_ipi()
246 aff0 = MPIDR_AFFLVL(target_mpidr, 0); in send_ipi()
247 gic_raise_sgi(ipi, (uint64_t)target_mpidr, 1 << aff0); in send_ipi()