#define READ_UINT64 ( ullValue,
ullAddr   )     ((ullValue) = *((volatile UINT64 *)(ullAddr)))

Read a UINT64 value from ullAddr and stroed in ullValue.

在文件los_base.h109行定义。