Searched refs:rm_start (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Drman.h89 rman_res_t rm_start; /* base of managed region */ member in struct:u_rman
119 rman_res_t rm_start; /* index of globally first entry */ member in struct:rman
/freebsd-13-stable/sys/riscv/riscv/
H A Dnexus.c141 mem_rman.rm_start = 0;
148 irq_rman.rm_start = 0;
/freebsd-13-stable/sys/kern/
H A Dsubr_rman.c138 if (rm->rm_start == 0 && rm->rm_end == 0)
165 if (start < rm->rm_start || end > rm->rm_end)
1018 urm.rm_start = rm->rm_start;
1019 urm.rm_size = rm->rm_end - rm->rm_start + 1;
1083 rm, rm->rm_descr, (rman_res_t)rm->rm_start, (rman_res_t)rm->rm_end);
/freebsd-13-stable/sys/x86/x86/
H A Dnexus.c230 irq_rman.rm_start = 0;
251 drq_rman.rm_start = 0;
258 drq_rman.rm_start, drq_rman.rm_end))
266 port_rman.rm_start = 0;
274 mem_rman.rm_start = 0;
/freebsd-13-stable/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c132 sc->mem_rman.rm_start = sc->sc_maddr;
137 rman_manage_region(&sc->mem_rman, sc->mem_rman.rm_start,
/freebsd-13-stable/sys/mips/mips/
H A Dcpu.c520 cpu_hardirq_rman.rm_start = 0;
532 cpu_hardirq_rman.rm_start,
H A Dnexus.c182 irq_rman.rm_start = 0;
191 mem_rman.rm_start = 0;
/freebsd-13-stable/sys/arm64/arm64/
H A Dnexus.c165 mem_rman.rm_start = 0;
172 irq_rman.rm_start = 0;
/freebsd-13-stable/sys/dev/pci/
H A Dpci_subr.c319 d->pd_bus_rman.rm_start = 0;
H A Dpci_iov.c528 iov->rman.rm_start = 0;
H A Dpci_pci.c416 w->rman.rm_start = 0;
624 bus->rman.rm_start = 0;
/freebsd-13-stable/sys/mips/nlm/
H A Dxlp_simplebus.c109 irq_rman.rm_start = 0;
/freebsd-13-stable/sys/arm/arm/
H A Dnexus.c169 mem_rman.rm_start = 0;
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c299 r->ht_mem_rman.rm_start = 0;
310 r->br_mem_rman.rm_start = 0;
328 r->br_irq_rman.rm_start = 0;
/freebsd-13-stable/lib/libdevinfo/
H A Ddevinfo.c330 dm->dm_rman.dm_start = urman.rm_start;
/freebsd-13-stable/sys/dev/quicc/
H A Dquicc_core.c123 sc->sc_rman.rm_start = start;
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs_pci.c145 ctlr->sc_iomem.rm_start = rman_get_start(ctlr->r_mem);
H A Dmvs_soc.c150 ctlr->sc_iomem.rm_start = rman_get_start(ctlr->r_mem);
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd.c391 bus->rman.rm_start = sc->vmd_bus_start;
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.c522 error = rman_manage_region(rm, rm->rm_start, rm->rm_end);
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c729 sc->mem_rman.rm_start = 0;
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c166 ctlr->sc_iomem.rm_start = rman_get_start(ctlr->r_mem);
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c469 acpi_rman_io.rm_start = 0;
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.c210 ctlr->sc_iomem.rm_start = rman_get_start(ctlr->r_mem);

Completed in 179 milliseconds