HomeSort by: relevance | last modified time | path
    Searched defs:vmst (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libkvm/
kvm_m68k_gen.c 136 const struct vmstate * const vmst = kd->vmst; local
137 const struct kvm_gen68k_context * const ctx = vmst->private;
194 struct vmstate *vmst = kd->vmst; local
204 vmst->pgshift = __SHIFTOUT(gen->tcr, TCR51_PS);
205 if (vmst->pgshift < 8 || vmst->pgshift > 15) {
209 vmst->pgofset = (1U << vmst->pgshift) - 1
294 const struct vmstate * const vmst = kd->vmst; local
    [all...]
kvm_private.h 83 struct vmstate *vmst; /* XXX: should become obsoleted */ member in struct:__kvm

Completed in 19 milliseconds