Search | Google it | Results 1 - 1 of 1 for funcall:toPhysicalAddress from t2ex/t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/mmu.h (0.00 seconds) |
158: #define DPFAtoLADR(pfa) ( toLogicalAddress((UW)(pfa) << 10) ) 159: #define LADRtoDPFA(laddr) ( (UW)toPhysicalAddress(laddr) >> 10 ) 160: 280: #define PFAtoLADR(pfa) ( toLogicalAddress((UW)(pfa) << 12) ) 281: #define LADRtoPFA(laddr) ( (UW)toPhysicalAddress(laddr) >> 12 ) 282: