Home
last modified time | relevance | path

Searched refs:GET_MPIDR (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dsmp.c77 master_core_mpid = MPIDR_TO_CORE(GET_MPIDR()); in arch_cpu_start()
144 __ASSERT(arm64_cpu_boot_params.mpid == MPIDR_TO_CORE(GET_MPIDR()), ""); in arch_secondary_cpu_init()
191 uint64_t mpidr = MPIDR_TO_CORE(GET_MPIDR()); in send_ipi()
298 cpu_map[0] = MPIDR_TO_CORE(GET_MPIDR()); in arch_smp_init()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c105 master_core_mpid = MPIDR_TO_CORE(GET_MPIDR()); in arch_cpu_start()
176 __ASSERT(arm_cpu_boot_params.mpid == MPIDR_TO_CORE(GET_MPIDR()), ""); in arch_secondary_cpu_init()
227 uint32_t mpidr = MPIDR_TO_CORE(GET_MPIDR()); in send_ipi()
270 cpu_map[0] = MPIDR_TO_CORE(GET_MPIDR()); in arch_smp_init()
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dcpu.h104 #define GET_MPIDR() read_sysreg(mpidr) macro
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dinterrupt_util.h92 uint64_t mpidr = GET_MPIDR(); in trigger_irq()
/Zephyr-latest/include/zephyr/arch/arm64/
Dcpu.h84 #define GET_MPIDR() read_sysreg(mpidr_el1) macro
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3.c181 arm_gic_write_irouter(MPIDR_TO_CORE(GET_MPIDR()), intid); in arm_gic_irq_enable()
580 uint64_t aff = arm_gic_mpidr_to_affinity(GET_MPIDR()); in arm_gic_iterate_rdists()