Lines Matching defs:vcpu
361 * Describes a segment + selector set, used in constructing the initial vcpu
789 * Methods used to vcpu struct members:
794 * v vcpu rwlock
795 * V vm struct's vcpu list lock (vm_vcpu_lock)
797 struct vcpu {
820 SLIST_ENTRY(vcpu) vc_vcpu_link; /* [V] */
884 SLIST_HEAD(vcpu_head, vcpu);
910 int vcpu_init(struct vcpu *, struct vm_create_params *);
911 void vcpu_deinit(struct vcpu *);
913 int vcpu_reset_regs(struct vcpu *, struct vcpu_reg_state *);