Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/cpup/
Dlos_cpup.c58 #define HIGH_BITS 32 macro
70 cycles = ((UINT64)high << HIGH_BITS) + low; in OsGetCpuCycle()
533 cpupIntTimeStart[cpuid] = ((UINT64)high << HIGH_BITS) + low; in OsCpupIrqStart()
545 intTimeEnd = ((UINT64)high << HIGH_BITS) + low; in OsCpupIrqEnd()