Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DMtrr.c151 UINT64 DefType; in MemoryTypeRegistersPage() local
306 DefType = AsmReadMsr64 ( MTRR_LIB_IA32_MTRR_DEF_TYPE ); in MemoryTypeRegistersPage()
341 DefType ); in MemoryTypeRegistersPage()
353 ( 0 != ( DefType & MTRR_LIB_CACHE_MTRR_ENABLED )) in MemoryTypeRegistersPage()
367 ( 0 != ( DefType & MTRR_LIB_CACHE_FIXED_MTRR_ENABLED )) in MemoryTypeRegistersPage()
379 Type = DefType & 0xff; in MemoryTypeRegistersPage()
398 if ( 0 == ( DefType & MTRR_LIB_CACHE_MTRR_ENABLED )) { in MemoryTypeRegistersPage()
416 && ( 0 != ( DefType & MTRR_LIB_CACHE_FIXED_MTRR_ENABLED ))) { in MemoryTypeRegistersPage()