Home
last modified time | relevance | path

Searched refs:memarr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/sparc/stand/boot/
H A Dboot.c112 struct memarr *pmemarr; /* physical memory regions */ in getphysmem()
114 struct memarr *mp; in getphysmem()
133 pmemarr = alloc(npmemarr*sizeof(struct memarr)); in getphysmem()
/netbsd-src/sys/arch/sparc/include/
H A Dpromlib.h126 struct memarr { struct
131 int prom_makememarr(struct memarr *, int, int); argument
H A Dpmap.h191 struct memarr;
192 extern struct memarr *pmemarr;
/netbsd-src/sys/arch/sparc/sparc/
H A Dpromlib.c962 prom_makememarr(struct memarr *ap, int xmax, int which) in prom_makememarr()
1042 if (prom_getprop(node, prop, sizeof(struct memarr), in prom_makememarr()
H A Dpmap.c432 struct memarr *pmemarr; /* physical memory regions */
1034 struct memarr *mp; in get_phys_mem()
1040 pmemarr = (struct memarr *)p; in get_phys_mem()
1044 p += npmemarr * sizeof(struct memarr); in get_phys_mem()
1239 struct memarr *mp; in pmap_pa_exists()
H A Dmachdep.c963 struct memarr *mp; in dumpsys()