Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mem/
HDmemutil.c48 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()
/NextBSD/sys/x86/acpica/
HDacpi_wakeup.c304 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()
/NextBSD/sys/sys/
HDmemrange.h63 struct mem_range_ops *mr_op; member
/NextBSD/sys/x86/x86/
HDmp_x86.c154 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()
/NextBSD/sys/amd64/amd64/
HDmem.c200 if (mem_range_softc.mr_op == NULL) in memioctl()
HDamd64_mem.c752 mem_range_softc.mr_op = &amd64_mrops; in amd64_mem_drvinit()
/NextBSD/sys/i386/i386/
HDmem.c193 if (mem_range_softc.mr_op == NULL) in memioctl()
HDk6_mem.c187 mem_range_softc.mr_op = &k6_mrops; in k6_mem_drvinit()
HDi686_mem.c718 mem_range_softc.mr_op = &i686_mrops; in i686_mem_drvinit()
/NextBSD/sys/powerpc/powerpc/
HDmem.c280 if (mem_range_softc.mr_op == NULL) in memioctl()