gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:initPageTbl from tkernel_2/kernel/extension/memory/nommu/memmgr.c (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/memmgr.c - 13.8KB - 555 lines
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 ) {