Home
last modified time | relevance | path

Searched refs:rm_end (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dnexus.c233 irq_rman.rm_end = num_io_irqs - 1; in nexus_init_resources()
252 drq_rman.rm_end = 7; in nexus_init_resources()
258 drq_rman.rm_start, drq_rman.rm_end)) in nexus_init_resources()
267 port_rman.rm_end = 0xffff; in nexus_init_resources()
275 mem_rman.rm_end = cpu_getmaxphyaddr(); in nexus_init_resources()
279 || rman_manage_region(&mem_rman, 0, mem_rman.rm_end)) in nexus_init_resources()
810 if (smap->base > mem_rman.rm_end) in ram_attach()
812 length = smap->base + smap->length > mem_rman.rm_end ? in ram_attach()
813 mem_rman.rm_end - smap->base : smap->length; in ram_attach()
840 if (p[0] > mem_rman.rm_end) in ram_attach()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_rman.c138 if (rm->rm_start == 0 && rm->rm_end == 0) in rman_init()
139 rm->rm_end = ~0; in rman_init()
165 if (start < rm->rm_start || end > rm->rm_end) in rman_manage_region()
1019 urm.rm_size = rm->rm_end - rm->rm_start + 1; in sysctl_rman()
1083 rm, rm->rm_descr, (rman_res_t)rm->rm_start, (rman_res_t)rm->rm_end); in dump_rman_header()
/f-stack/freebsd/mips/mips/
H A Dcpu.c521 cpu_hardirq_rman.rm_end = 5; in cpu_attach()
533 cpu_hardirq_rman.rm_end); in cpu_attach()
H A Dnexus.c183 irq_rman.rm_end = NUM_MIPS_IRQS - 1; in nexus_probe()
192 mem_rman.rm_end = BUS_SPACE_MAXADDR; in nexus_probe()
/f-stack/freebsd/sys/
H A Drman.h120 rman_res_t rm_end; /* index of globally last entry */ member
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c163 mem_rman.rm_end = BUS_SPACE_MAXADDR; in nexus_attach()
170 irq_rman.rm_end = ~0; in nexus_attach()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c110 irq_rman.rm_end = 255; in xlp_simplebus_init_resources()
/f-stack/freebsd/arm/arm/
H A Dnexus.c170 mem_rman.rm_end = BUS_SPACE_MAXADDR; in nexus_attach()