Home
last modified time | relevance | path

Searched refs:VMM_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/vmm/
H A Dvmm.c60 sc->sc_status = VMM_ACTIVE; in vmm_attach()
89 KASSERT(vmm_softc->sc_status == VMM_ACTIVE); in vmm_activate()
105 vmm_softc->sc_status = VMM_ACTIVE; in vmm_activate()
222 while (vmm_softc->sc_status != VMM_ACTIVE) { in vmmioctl()
H A Dvmm.h209 #define VMM_ACTIVE (unsigned int) 1 macro