Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hpc/stand/hpcboot/ | |
memory.cpp | 84 size_t tabsz = sizeof(struct AddressTranslationTable) * npage; local in function:MemoryManager::reservePage 86 (malloc(tabsz)); 92 npage, tabsz)); |
memory.cpp | 84 size_t tabsz = sizeof(struct AddressTranslationTable) * npage; local in function:MemoryManager::reservePage 86 (malloc(tabsz)); 92 npage, tabsz)); |