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

  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 182 static struct boot_physmem fdt_physmem[FDT_MEMORY_RANGES]; variable in typeref:struct:boot_physmem[]
197 struct boot_physmem *bp = &fdt_physmem[nfdt_physmem++];
391 /* Populate fdt_physmem / nfdt_physmem for initarm_common */
394 vaddr_t sp = initarm_common(KERNEL_VM_BASE, KERNEL_VM_SIZE, fdt_physmem,

Completed in 12 milliseconds