gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:toLogicalAddress from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/extension/memory/t2ex/segmgr.c - 12.5KB - 450 lines
150:                 /* Logical address conversion */
151:                 *laddr = toLogicalAddress(paddr);
152: 
t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/mmu.h - 11.8KB - 325 lines
157: 
158: #define DPFAtoLADR(pfa)         ( toLogicalAddress((UW)(pfa) << 10) )
159: #define LADRtoDPFA(laddr)       ( (UW)toPhysicalAddress(laddr) >> 10 )
More results from mmu.h