Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drman.h89 rman_res_t rm_start; /* base of managed region */ member
119 rman_res_t rm_start; /* index of globally first entry */ member
/f-stack/freebsd/x86/x86/
H A Dnexus.c230 irq_rman.rm_start = 0; in nexus_init_resources()
251 drq_rman.rm_start = 0; in nexus_init_resources()
258 drq_rman.rm_start, drq_rman.rm_end)) in nexus_init_resources()
266 port_rman.rm_start = 0; in nexus_init_resources()
274 mem_rman.rm_start = 0; in nexus_init_resources()
/f-stack/freebsd/kern/
H A Dsubr_rman.c138 if (rm->rm_start == 0 && rm->rm_end == 0) in rman_init()
165 if (start < rm->rm_start || end > rm->rm_end) in rman_manage_region()
1018 urm.rm_start = rm->rm_start; in sysctl_rman()
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.c520 cpu_hardirq_rman.rm_start = 0; in cpu_attach()
532 cpu_hardirq_rman.rm_start, in cpu_attach()
H A Dnexus.c182 irq_rman.rm_start = 0; in nexus_probe()
191 mem_rman.rm_start = 0; in nexus_probe()
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c162 mem_rman.rm_start = 0; in nexus_attach()
169 irq_rman.rm_start = 0; in nexus_attach()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c109 irq_rman.rm_start = 0; in xlp_simplebus_init_resources()
/f-stack/freebsd/arm/arm/
H A Dnexus.c169 mem_rman.rm_start = 0; in nexus_attach()