Home
last modified time | relevance | path

Searched refs:initAP (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/sys/
Dmemrange.h57 void (*initAP)(struct mem_range_softc *sc); member
/freebsd-9-stable/sys/i386/i386/
Dmp_machdep.c217 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()
218 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()
/freebsd-9-stable/sys/amd64/amd64/
Dmp_machdep.c170 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()
171 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()