Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dsmp.c38 uint64_t mpid; member
47 BUILD_ASSERT(offsetof(struct boot_params, mpid) == BOOT_PARAM_MPID_OFFSET);
52 .mpid = -1,
104 arm64_cpu_boot_params.mpid = cpu_mpid; in arch_cpu_start()
144 __ASSERT(arm64_cpu_boot_params.mpid == MPIDR_TO_CORE(GET_MPIDR()), ""); in arch_secondary_cpu_init()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c48 uint32_t mpid; member
62 BUILD_ASSERT(offsetof(struct boot_params, mpid) == BOOT_PARAM_MPID_OFFSET);
72 .mpid = -1,
149 arm_cpu_boot_params.mpid = cpu_mpid; in arch_cpu_start()
176 __ASSERT(arm_cpu_boot_params.mpid == MPIDR_TO_CORE(GET_MPIDR()), ""); in arch_secondary_cpu_init()