Home
last modified time | relevance | path

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

/kernel/uniproton/src/utility/lib/include/
H A Dprt_lib_external.h150 #define OS_SYS_UINT_IDX(coreId) ((U32)(coreId) >> 5) // 一个U32表示32个核
151 #define OS_SYS_UINT_LCOREID_OFFSET(coreId) (((coreId) & 0x1fUL)) // 核号在一个U32里的偏移
/kernel/uniproton/src/om/cpup/
H A Dprt_cpup_internal.h51 OS_SEC_ALW_INLINE INLINE void OsMcCpupSet(U32 coreId, U32 cpupValue) in OsMcCpupSet() argument
53 (void)coreId; in OsMcCpupSet()
/kernel/uniproton/src/include/uapi/hw/armv7-m/
H A Dprt_exc.h92 U32 coreId; member
/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
H A Dprt_exc.c103 excInfo->coreId = OsGetHwThreadId(); in OsExcSaveInfo()

Completed in 2 milliseconds