Search | Google it | Results 1 - 1 of 1 for funcall:initPageTbl from tkernel_2/kernel/extension/memory/nommu/memmgr.c (0.00 seconds) |
505: /* System memory management table initialization */ 506: ercd = initPageTbl(lowmem_top, memend, &SysMemTbl); 507: if ( ercd < E_OK ) { 514: /* Non-cache area memory management table initialization */ 515: ercd = initPageTbl(NoCacheMemoryTop, NoCacheMemoryEnd, &NoCacheMemTbl); 516: if ( ercd < E_OK ) {