HomeSort by: relevance | last modified time | path
    Searched refs:vmst (Results 1 - 21 of 21) 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_m68k.c 95 kd->vmst = vm;
125 kd->vmst = NULL;
133 (kd->vmst->ops->freevtop)(kd);
134 free(kd->vmst);
140 return ((kd->vmst->ops->kvatop)(kd, va, pap));
146 return ((kd->vmst->ops->pa2off)(kd, pa));
kvm_vax.c 71 if (kd->vmst != 0)
72 free(kd->vmst);
86 kd->vmst = vm;
122 end = kd->vmst->end;
kvm_or1k.c 59 if (kd->vmst != 0)
60 free(kd->vmst);
kvm_riscv.c 59 if (kd->vmst != 0)
60 free(kd->vmst);
kvm_sh3.c 80 if (kd->vmst != 0)
81 free(kd->vmst);
kvm_sun2.c 113 kd->vmst->private = p;
122 kd->vmst->private = (void*)0;
136 struct vmstate *v = kd->vmst;
kvm_sun3.c 113 kd->vmst->private = p;
122 kd->vmst->private = (void*)0;
136 struct vmstate *v = kd->vmst;
kvm_powerpc64.c 98 if (kd->vmst != 0)
99 free(kd->vmst);
kvm_hppa.c 84 if (kd->vmst != 0)
85 free(kd->vmst);
kvm_arm.c 65 if (kd->vmst != 0)
66 free(kd->vmst);
kvm_i386.c 91 if (kd->vmst != 0)
92 free(kd->vmst);
kvm_mips.c 72 if (kd->vmst != 0)
73 free(kd->vmst);
kvm_private.h 83 struct vmstate *vmst; /* XXX: should become obsoleted */ member in struct:__kvm
kvm_sun3x.c 106 struct vmstate *v = kd->vmst;
kvm_m68k_cmn.c 192 struct vmstate *vm = kd->vmst;
253 struct vmstate *vm = kd->vmst;
kvm_sparc64.c 77 if (kd->vmst != 0) {
79 kd->vmst = 0;
kvm_x86_64.c 77 if (kd->vmst != 0)
78 free(kd->vmst);
kvm_powerpc.c 104 if (kd->vmst != 0)
105 free(kd->vmst);
kvm_sparc.c 112 if (kd->vmst != 0) {
114 kd->vmst = 0;
kvm.c 272 kd->vmst = NULL;
766 if (kd->vmst)

Completed in 23 milliseconds