| /src/sys/arch/evbppc/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/amigappc/include/ |
| powerpc.h | 41 void mem_regions __P((struct mem_region **, struct mem_region **));
|
| /src/sys/arch/bebox/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/ibmnws/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/mvmeppc/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/ofppc/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/prep/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/rs6000/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/sandpoint/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/macppc/include/ |
| powerpc.h | 41 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/powerpc/include/ |
| prep_bus_funcs.h | 45 void mem_regions(struct mem_region **, struct mem_region **);
|
| prep_bus.h | 61 void mem_regions(struct mem_region **, struct mem_region **);
|
| /src/sys/arch/powerpc/ibm4xx/ |
| ibm40x_machdep.c | 108 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/sys/arch/powerpc/oea/ |
| prep_machdep.c | 187 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| oea_machdep.c | 689 mem_regions(&allmem, &availmem); 1102 mem_regions(&mem, &avail); 1165 mem_regions(&mem, &avail);
|
| /src/sys/arch/evbppc/virtex/ |
| machdep.c | 213 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/sys/arch/evbppc/nintendo/ |
| machdep.c | 177 mem_regions(&mem, &avail); 486 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/sys/arch/evbppc/pmppc/ |
| machdep.c | 236 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/sys/arch/powerpc/powerpc/ |
| powerpc_machdep.c | 346 mem_regions(&mem, &avail); 387 mem_regions(&mem, &avail);
|
| ofw_machdep.c | 211 DPRINTF("calling mem_regions\n"); 518 mem_regions(struct mem_region **memp, struct mem_region **availp) function
|
| /src/sys/arch/amigappc/amigappc/ |
| machdep.c | 592 mem_regions(struct mem_region **memp, struct mem_region **availp) function
|
| /src/sys/arch/evbppc/ev64260/ |
| machdep.c | 375 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/sys/arch/sandpoint/sandpoint/ |
| machdep.c | 210 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/sys/arch/rs6000/rs6000/ |
| machdep.c | 391 mem_regions(struct mem_region **mem, struct mem_region **avail) function
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target.c | 4263 std::vector<mem_region> mem_regions = target_memory_map (); 4266 for (const mem_region &m : mem_regions) 4259 std::vector<mem_region> mem_regions = target_memory_map (); local
|