Searched refs:VALID_PHYS32 (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dassert.h2614 #define AssertGCPhys32(GCPhys) AssertMsg(VALID_PHYS32(GCPhys), ("%RGp\n", (RTGCPHYS)(GCPhys)))
H A Dcdefs.h2549 /** @def VALID_PHYS32
2553 #define VALID_PHYS32(Phys) ( (uint64_t)(Phys) < (uint64_t)_4G ) macro

Completed in 664 milliseconds