Home
last modified time | relevance | path

Searched refs:mips_round_page (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/sys/arch/arc/arc/
H A Dbus_space_sparse.c84 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 Dmachdep.c209 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 Dmachdep.c236 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 Dbus_space.c201 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 Dmachdep.c180 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 Dmachdep.c172 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 Dmachdep.c191 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 Dmachdep.c177 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 Dmachdep.c292 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 Dmachdep.c246 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 Dmachdep.c187 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 Dvm_machdep.c301 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 Dmachdep.c187 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/mips/include/
H A Dmips_param.h160 #define mips_round_page(x) ((((uintptr_t)(x)) + NBPG - 1) & ~(NBPG-1)) macro
/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c208 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 Dmachdep.c98 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/evbmips/rasoc/
H A Dmachdep.c103 kernend = mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/evbmips/malta/
H A Dmachdep.c166 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/evbmips/ingenic/
H A Dmachdep.c172 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/sgimips/sgimips/
H A Dmachdep.c324 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 Dmachdep.c148 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/newsmips/apbus/
H A Ddmac3.c150 end = mips_round_page(addr + len); in dmac3_start()
/netbsd-src/sys/arch/evbmips/alchemy/
H A Dmachdep.c159 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/evbmips/gdium/
H A Dmachdep.c216 kernend = (void *)mips_round_page(end); in mach_init()
/netbsd-src/sys/arch/evbmips/cavium/
H A Dmachdep.c398 mips_page_physload(mips_trunc_page(kernel_text), mips_round_page(end), in mach_init_memory()

12