Searched refs:extent_alloc_subregion (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/sys/dev/cardbus/ |
| D | rbus.c | 95 if (extent_alloc_subregion(rbt->rb_ext, substart, in rbus_space_alloc_subregion() 101 if (extent_alloc_subregion(rbt->rb_ext, addr, in rbus_space_alloc_subregion() 115 val = extent_alloc_subregion( in rbus_space_alloc_subregion()
|
| /openbsd/src/sys/sys/ |
| D | extent.h | 107 int extent_alloc_subregion(struct extent *, u_long, u_long, 121 extent_alloc_subregion((_ex), (_ex)->ex_start, (_ex)->ex_end, \
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | agp_intel_gtt.c | 65 extent_alloc_subregion(bpa->pa_memex, 0x100000, 0xffffffff, in i915_alloc_ifp() 99 extent_alloc_subregion(bpa->pa_memex, 0x100000, 0xffffffff, in i965_alloc_ifp()
|
| /openbsd/src/sys/arch/i386/pci/ |
| D | pci_addr_fixup.c | 281 error = extent_alloc_subregion(ex, start, ex->ex_end, size, size, 0, 0, in pciaddr_do_resource_allocate()
|
| /openbsd/src/sys/dev/pci/ |
| D | pci_map.c | 334 if (ex == NULL || extent_alloc_subregion(ex, start, end, in pci_mapreg_assign()
|
| D | ppb.c | 685 if (extent_alloc_subregion(pa->pa_ioex, start, in ppb_alloc_resources() 717 if (extent_alloc_subregion(pa->pa_memex, start, in ppb_alloc_resources()
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_drv.c | 1024 if (extent_alloc_subregion(pa->pa_memex, start, end, in radeondrm_attach_kms() 1092 if (extent_alloc_subregion(pa->pa_memex, start, end, size, in radeondrm_attach_kms()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | sbus.c | 380 if (extent_alloc_subregion(sc->sc_is.is_dvmamap, in sbus_mb_attach()
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | dino.c | 533 if ((error = extent_alloc_subregion(ex, rstart, rend, size, in dino_ioalloc() 647 if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, 0, in dino_alloc_parent()
|
| D | elroy.c | 469 if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, 0, in elroy_alloc_parent()
|
| /openbsd/src/sys/kern/ |
| D | subr_extent.c | 947 extent_alloc_subregion(struct extent *ex, u_long substart, u_long subend, in extent_alloc_subregion() function
|
| /openbsd/src/sys/arch/alpha/pci/ |
| D | pci_bwx_bus_mem_chipdep.c | 384 error = extent_alloc_subregion(CHIP_MEM_EXTENT(v), rstart, rend,
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_drv.c | 3292 if (extent_alloc_subregion(pa->pa_memex, start, end, in amdgpu_attach() 3337 if (extent_alloc_subregion(pa->pa_memex, start, end, size, in amdgpu_attach()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | bus_space.c | 454 error = extent_alloc_subregion(ex, rstart, rend, size, alignment, in bus_space_alloc()
|
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | mainbus.c | 327 if ((error = extent_alloc_subregion(hppa_ex, rstart, rend, size, in mbus_alloc()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | machdep.c | 3678 error = extent_alloc_subregion(ex, rstart, rend, size, alignment, 0, in bus_space_alloc()
|