/netbsd-src/sys/arch/arc/arc/ |
H A D | bus_space_sparse.c | 84 paddr_t end = bst->bs_pbase + mips_round_page(offset + size); in arc_sparse_bus_space_compose_handle() 116 vaddr_t end = mips_round_page(bsh + size); in arc_sparse_bus_space_dispose_handle()
|
H A D | machdep.c | 209 kernend = (void *)mips_round_page(esym); in mach_init() 220 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/hpcmips/hpcmips/ |
H A D | machdep.c | 236 kernend = (void *)mips_round_page(esym); in mach_init() 241 kernend = (void *)mips_round_page(end); in mach_init() 303 kernend = (void *)mips_round_page(kernend); in mach_init()
|
H A D | bus_space.c | 201 endpa = mips_round_page(t->base + t->size); in hpcmips_init_bus_space() 251 const vaddr_t eva = mips_round_page(bpa + size); in __hpcmips_cacheable()
|
/netbsd-src/sys/arch/pmax/pmax/ |
H A D | machdep.c | 180 kernend = (void *)mips_round_page(kernend); in mach_init() 194 kernend = (void *)mips_round_page(esym); in mach_init() 200 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/cobalt/cobalt/ |
H A D | machdep.c | 172 kernend = (char *)mips_round_page(esym); in mach_init() 181 kernend = (void *)mips_round_page(end); in mach_init() 226 kernend = (void *)mips_round_page(esym); in mach_init()
|
/netbsd-src/sys/arch/evbmips/sbmips/ |
H A D | machdep.c | 191 kernend = (void *)mips_round_page(end); in mach_init() 196 kernend = (void *)mips_round_page((vaddr_t)ksym_end); in mach_init()
|
/netbsd-src/sys/arch/sbmips/sbmips/ |
H A D | machdep.c | 177 kernend = (void *)mips_round_page(end); in mach_init() 182 kernend = (void *)mips_round_page((vaddr_t)ksym_end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/loongson/ |
H A D | machdep.c | 292 kernend = (void *)mips_round_page(esym); in mach_init() 301 kernend = (void *)mips_round_page(esym); in mach_init() 306 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/newsmips/newsmips/ |
H A D | machdep.c | 246 kernend = (char *)mips_round_page(end); in mach_init() 249 kernend = (char *)mips_round_page(esym); in mach_init()
|
/netbsd-src/sys/arch/mipsco/mipsco/ |
H A D | machdep.c | 187 kernend = (void *)mips_round_page(end); in mach_init() 204 kernend = (void *)mips_round_page(esym); in mach_init()
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | vm_machdep.c | 301 len = mips_round_page(off + len); in vmapbuf() 336 len = mips_round_page((vaddr_t)bp->b_data - kva + len); in vunmapbuf()
|
/netbsd-src/sys/arch/evbmips/atheros/ |
H A D | machdep.c | 187 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/mips/include/ |
H A D | mips_param.h | 160 #define mips_round_page(x) ((((uintptr_t)(x)) + NBPG - 1) & ~(NBPG-1)) macro
|
/netbsd-src/sys/arch/emips/emips/ |
H A D | machdep.c | 208 kernend = (void *)mips_round_page(esym); in mach_init() 213 kernend = (char *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | machdep.c | 98 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/rasoc/ |
H A D | machdep.c | 103 kernend = mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/malta/ |
H A D | machdep.c | 166 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/ingenic/ |
H A D | machdep.c | 172 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/sgimips/sgimips/ |
H A D | machdep.c | 324 kernend = mips_round_page(esym); in mach_init() 328 kernend = mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/mipssim/ |
H A D | machdep.c | 148 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/newsmips/apbus/ |
H A D | dmac3.c | 150 end = mips_round_page(addr + len); in dmac3_start()
|
/netbsd-src/sys/arch/evbmips/alchemy/ |
H A D | machdep.c | 159 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/gdium/ |
H A D | machdep.c | 216 kernend = (void *)mips_round_page(end); in mach_init()
|
/netbsd-src/sys/arch/evbmips/cavium/ |
H A D | machdep.c | 398 mips_page_physload(mips_trunc_page(kernel_text), mips_round_page(end), in mach_init_memory()
|