Searched refs:rman_reserve_resource (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/sys/ |
H A D | rman.h | 148 struct resource *rman_reserve_resource(struct rman *rm, rman_res_t start,
|
/freebsd/sys/dev/xen/bus/ |
H A D | xenpv.c | 157 res = rman_reserve_resource(&unpopulated_mem, 0, ~0, size, flags, in xenpv_alloc_physmem()
|
/freebsd/sys/dev/pci/ |
H A D | pci_subr.c | 339 res = rman_reserve_resource(&d->pd_bus_rman, start, end, count, flags, in pci_domain_alloc_bus()
|
H A D | pci_pci.c | 703 res = rman_reserve_resource(&bus->rman, start, end, count, flags, in pcib_suballoc_bus() 1661 res = rman_reserve_resource(&w->rman, start, end, count, in pcib_suballoc_resource()
|
H A D | pci_iov.c | 1036 res = rman_reserve_resource(&iov->rman, bar_start, bar_end, in pci_vf_alloc_mem_resource()
|
/freebsd/sys/dev/puc/ |
H A D | puc.c | 298 port->p_rres = rman_reserve_resource(rm, start + ofs, in puc_bfe_attach() 307 port->p_ires = rman_reserve_resource(&sc->sc_irq, port->p_nr, in puc_bfe_attach()
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 273 rle->res = rman_reserve_resource(qd->qd_rman, rle->start, in quicc_bus_alloc_resource()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs_soc.c | 349 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in mvs_alloc_resource()
|
H A D | mvs_pci.c | 405 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in mvs_alloc_resource()
|
/freebsd/sys/dev/dpaa/ |
H A D | fman.c | 188 res = rman_reserve_resource(&sc->rman, start, in fman_alloc_resource()
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 432 rman_reserve_resource(struct rman *rm, rman_res_t start, rman_res_t end, in rman_reserve_resource() function
|
H A D | subr_bus.c | 4348 r = rman_reserve_resource(rm, start, end, count, flags & ~RF_ACTIVE, in bus_generic_rman_alloc_resource()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 995 rv = rman_reserve_resource(rm, start, end, count, flags & ~RF_ACTIVE, in bhndb_alloc_resource()
|
/freebsd/sys/dev/siis/ |
H A D | siis.c | 329 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in siis_alloc_resource()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1918 rman.9 rman_reserve_resource.9 \
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 624 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in ahci_alloc_resource()
|