Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dmemrange.h57 void (*initAP)(struct mem_range_softc *sc); member
/freebsd-10-stable/sys/i386/i386/
Dmp_machdep.c223 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()
224 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()
/freebsd-10-stable/sys/amd64/amd64/
Dmp_machdep.c184 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()
185 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()