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

/fuchsia/zircon/kernel/arch/arm64/
H A Darch.cpp61 uint64_t mpid; member in struct:arm64_sp_info_t
76 static_assert(offsetof(arm64_sp_info_t, mpid) == 0,
122 while ((i < SMP_MAX_CPUS) && (arm64_secondary_sp_list[i].mpid != 0)) {
129 uint64_t mpid = ARM64_MPID(cluster, cpu);
130 LTRACEF("set mpid 0x%lx sp to %p\n", mpid, sp);
132 LTRACEF("set mpid 0x%lx unsafe-sp to %p\n", mpid, unsafe_sp);
134 arm64_secondary_sp_list[i].mpid = mpid;
[all...]

Completed in 25 milliseconds