Home
last modified time | relevance | path

Searched defs:mpidr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/arch/arm64/core/
Dsmp.c186 uint64_t mpidr = MPIDR_TO_CORE(GET_MPIDR()); in send_ipi() local
260 const uint64_t mpidr = cpu_map[cpu]; in arch_flush_fpu_ipi() local
/Zephyr-Core-3.7.0/include/zephyr/arch/arm/cortex_a_r/
Dcpu.h94 #define MPIDR_AFFLVL(mpidr, aff_level) \ argument
98 #define MPIDR_TO_CORE(mpidr) MPIDR_AFFLVL(mpidr, 0) argument
/Zephyr-Core-3.7.0/subsys/testsuite/include/zephyr/
Dinterrupt_util.h92 uint64_t mpidr = GET_MPIDR(); in trigger_irq() local
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/
Dsmp.c216 uint32_t mpidr = MPIDR_TO_CORE(GET_MPIDR()); in send_ipi() local
/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/
Dcpu.h81 #define MPIDR_AFFLVL(mpidr, aff_level) \ argument
85 #define MPIDR_TO_CORE(mpidr) (mpidr & MPIDR_AFF_MASK) argument
/Zephyr-Core-3.7.0/drivers/interrupt_controller/
Dintc_gicv3.c515 static uint64_t arm_gic_mpidr_to_affinity(uint64_t mpidr) in arm_gic_mpidr_to_affinity()