Home
last modified time | relevance | path

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

/freebsd/sys/dev/mem/
H A Dmemutil.c47 if (mem_range_softc.mr_op == NULL) in mem_range_init()
50 mem_range_softc.mr_op->init(&mem_range_softc); in mem_range_init()
57 if (mem_range_softc.mr_op == NULL) in mem_range_destroy()
67 if (mem_range_softc.mr_op == NULL) in mem_range_attr_get()
84 if (mem_range_softc.mr_op == NULL) in mem_range_attr_set()
87 ret = mem_range_softc.mr_op->set(&mem_range_softc, mrd, arg); in mem_range_attr_set()
/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c307 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()
308 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()
309 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c316 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()
317 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()
318 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
/freebsd/sys/sys/
H A Dmemrange.h87 struct mem_range_ops *mr_op; member
/freebsd/sys/amd64/amd64/
H A Dmem.c208 if (mem_range_softc.mr_op == NULL) in memioctl_md()
/freebsd/sys/i386/i386/
H A Dmem.c190 if (mem_range_softc.mr_op == NULL) in memioctl_md()
H A Dk6_mem.c186 mem_range_softc.mr_op = &k6_mrops; in k6_mem_drvinit()
/freebsd/sys/powerpc/powerpc/
H A Dmem.c292 if (mem_range_softc.mr_op == NULL) in memioctl_md()
/freebsd/sys/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.c721 mem_range_softc.mr_op = &x86_mrops; in x86_mem_drvinit()