Search | Google it | Results 1 - 2 of 2 for fundef:toLogicalAddress (0.00 seconds) |
46: */ 47: #define toLogicalAddress(paddr) (void*)(paddr) 48: #define toPhysicalAddress(laddr) (void*)(laddr)
62: */ 63: #define toLogicalAddress(paddr) (VP)(paddr) 64: #define toPhysicalAddress(laddr) (VP)(laddr)