#define GET_UINT64 ( ullAddr   )     (*((volatile UINT64 *)(ullAddr)))

Get a UINT64 value from ullAddr.

在文件los_base.h131行定义。