Searched refs:mpid (Results 1 – 2 of 2) sorted by relevance
73 static inline uint8_t platform_calc_core_pos(uint64_t mpid) in platform_calc_core_pos() argument81 chip_id = GET_AFF3(mpid); in platform_calc_core_pos()82 cluster_id = GET_AFF2(mpid); in platform_calc_core_pos()83 core_id = GET_AFF1(mpid); in platform_calc_core_pos()84 thread_id = GET_AFF0(mpid); in platform_calc_core_pos()
68 #define MPIDR_AFF_ID(mpid, n) \ argument69 (((mpid) >> MPIDR_AFF_SHIFT(n)) & MPIDR_AFFLVL_MASK)
Completed in 6 milliseconds