Home
last modified time | relevance | path

Searched refs:extent_alloc_subregion (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/dev/cardbus/
H A Drbus.c106 if(extent_alloc_subregion(rbt->rb_ext, substart, in rbus_space_alloc_subregion()
113 if (extent_alloc_subregion(rbt->rb_ext, addr, in rbus_space_alloc_subregion()
130 val = extent_alloc_subregion(rbt->rb_ext, in rbus_space_alloc_subregion()
/netbsd-src/sys/arch/xen/xen/
H A Dxenmem.c58 error = extent_alloc_subregion(XENMEM_EX, 0x100000000UL, MAXIOMEM, in xenmem_alloc_pa()
/netbsd-src/sys/sys/
H A Dextent.h109 int extent_alloc_subregion(struct extent *, u_long, u_long,
/netbsd-src/sys/arch/hpcsh/hpcsh/
H A Dbus_space.c236 error = extent_alloc_subregion(ex, rstart + base, rend + base, size, in _bus_space_alloc()
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dbus_space.c250 error = extent_alloc_subregion(ex, rstart + base, rend + base, size, in _default_alloc()
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dbus_space.c259 error = extent_alloc_subregion(ex, rstart + base, rend + base, size, in _default_alloc()
/netbsd-src/sys/arch/x86/pci/
H A Dpci_addr_fixup.c283 error = extent_alloc_subregion(ex, start, ex->ex_end, size, in pciaddr_do_resource_allocate()
/netbsd-src/sys/arch/hpcmips/hpcmips/
H A Dbus_space.c341 if ((err = extent_alloc_subregion(t->extent, rstart, rend, size, in __bs_alloc()
/netbsd-src/sys/arch/hpcmips/tx/
H A Dtx3912video.c377 error = extent_alloc_subregion(ex, fb_start, fb_start + size - 1, in tx3912video_framebuffer_alloc()
/netbsd-src/sys/kern/
H A Dsubr_extent.c992 extent_alloc_subregion(struct extent *ex, u_long start, u_long end, u_long size, in extent_alloc_subregion() function
/netbsd-src/sys/arch/hppa/dev/
H A Ddino.c475 if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, in dino_alloc_parent()
545 if ((error = extent_alloc_subregion(ex, rstart, rend, size, in dino_ioalloc()
H A Delroy.c482 if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, 0, in elroy_alloc_parent()
/netbsd-src/sys/arch/mips/alchemy/
H A Dau_wired_space.c294 err = extent_alloc_subregion(c->c_extent, start, end, size, in au_wired_alloc()
H A Dau_himem_space.c342 err = extent_alloc_subregion(c->c_extent, start, end, size, in au_himem_alloc()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dbus_space.c723 error = extent_alloc_subregion(t->pbs_extent, rstart, rend, size, in memio_alloc()
/netbsd-src/sys/arch/x86/x86/
H A Dbus_space.c340 error = extent_alloc_subregion(ex, rstart, rend, size, alignment, in bus_space_reserve_subregion()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dbus_space.c195 error = extent_alloc_subregion(iomem_ex, rstart, rend, size, alignment, in bus_space_alloc()
/netbsd-src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c586 error = extent_alloc_subregion(CHIP_EXTENT(v), rstart, rend, size, in __BS()
/netbsd-src/share/man/man9/
H A DMakefile346 extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \