Searched refs:mr_op (Results 1 – 10 of 10) sorted by relevance
48 if (mem_range_softc.mr_op == NULL) in mem_range_init()51 mem_range_softc.mr_op->init(&mem_range_softc); in mem_range_init()58 if (mem_range_softc.mr_op == NULL) in mem_range_destroy()68 if (mem_range_softc.mr_op == NULL) in mem_range_attr_get()85 if (mem_range_softc.mr_op == NULL) in mem_range_attr_set()88 ret = mem_range_softc.mr_op->set(&mem_range_softc, mrd, arg); in mem_range_attr_set()
304 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()305 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()306 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
63 struct mem_range_ops *mr_op; member
154 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()155 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()
200 if (mem_range_softc.mr_op == NULL) in memioctl()
752 mem_range_softc.mr_op = &amd64_mrops; in amd64_mem_drvinit()
193 if (mem_range_softc.mr_op == NULL) in memioctl()
187 mem_range_softc.mr_op = &k6_mrops; in k6_mem_drvinit()
718 mem_range_softc.mr_op = &i686_mrops; in i686_mem_drvinit()
280 if (mem_range_softc.mr_op == NULL) in memioctl()