Searched defs:vmstate (Results 1 – 2 of 2) sorted by relevance
39 struct vmstate { struct40 struct kvm_ops *ops; /* ops vector */41 u_int32_t pgshift; /* log2(page_size) */42 u_int32_t pgofset; /* mask to find offset into page */43 void *private; /* private to the bottom layer */
64 struct vmstate { struct78 struct vmstate *vm; in _kvm_initvtop() argument