HomeSort by: relevance | last modified time | path
    Searched defs:mem_exists (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/x68k/
machdep.c 145 static bool mem_exists(paddr_t, paddr_t);
1092 mem_exists(paddr_t mem, paddr_t basemax) function in typeref:typename:bool
1222 if (!mem_exists(exstart, basemax))
1227 if (!mem_exists(exstart + size - 4, basemax))
machdep.c 145 static bool mem_exists(paddr_t, paddr_t);
1092 mem_exists(paddr_t mem, paddr_t basemax) function in typeref:typename:bool
1222 if (!mem_exists(exstart, basemax))
1227 if (!mem_exists(exstart + size - 4, basemax))

Completed in 56 milliseconds