Searched refs:mr_op (Results 1 – 7 of 7) sorted by relevance
357 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()
77 struct mem_range_ops *mr_op; member
202 if (mem_range_softc.mr_op == NULL) in memioctl_md()
193 if (mem_range_softc.mr_op == NULL) in memioctl_md()
189 mem_range_softc.mr_op = &k6_mrops; in k6_mem_drvinit()
181 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()
724 mem_range_softc.mr_op = &x86_mrops; in x86_mem_drvinit()