Searched defs:coreId (Results 1 – 3 of 3) sorted by relevance
51 OS_SEC_ALW_INLINE INLINE void OsMcCpupSet(U32 coreId, U32 cpupValue) in OsMcCpupSet()
150 #define OS_SYS_UINT_IDX(coreId) ((U32)(coreId) >> 5) // 一个U32表示32个核 argument151 #define OS_SYS_UINT_LCOREID_OFFSET(coreId) (((coreId) & 0x1fUL)) // 核号在一个U32里的偏移 argument
92 U32 coreId; member