更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
los_hw.h 文件参考

浏览源代码.

结构体

struct  CpuVendor
 

函数

VOID FlushICache (VOID)
 Invalidate instruction cache. 更多...
 
VOID DCacheFlushRange (UINTPTR start, UINTPTR end)
 Flush data cache. 更多...
 
VOID DCacheInvRange (UINTPTR start, UINTPTR end)
 Invalidate data cache. 更多...
 
STATIC INLINE const CHARLOS_CpuInfo (VOID)
 Get cpu core name. 更多...
 

变量

CpuVendor g_cpuTable []
 
UINT64 g_cpuMap []
 

变量说明

◆ g_cpuMap

UINT64 g_cpuMap[]
extern

在文件 los_hw.c45 行定义.

◆ g_cpuTable

CpuVendor g_cpuTable[]
extern

在文件 los_hw.c37 行定义.