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

  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 181 static int nfdt_physmem = 0; variable in typeref:typename:int
197 struct boot_physmem *bp = &fdt_physmem[nfdt_physmem++];
199 KASSERT(nfdt_physmem <= FDT_MEMORY_RANGES);
391 /* Populate fdt_physmem / nfdt_physmem for initarm_common */
395 nfdt_physmem);

Completed in 11 milliseconds