Home
last modified time | relevance | path

Searched refs:mr_op (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c357 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()
358 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()
359 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
/f-stack/freebsd/sys/
H A Dmemrange.h77 struct mem_range_ops *mr_op; member
/f-stack/freebsd/amd64/amd64/
H A Dmem.c202 if (mem_range_softc.mr_op == NULL) in memioctl_md()
/f-stack/freebsd/i386/i386/
H A Dmem.c193 if (mem_range_softc.mr_op == NULL) in memioctl_md()
H A Dk6_mem.c189 mem_range_softc.mr_op = &k6_mrops; in k6_mem_drvinit()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c181 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()
182 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()
H A Dx86_mem.c724 mem_range_softc.mr_op = &x86_mrops; in x86_mem_drvinit()