HomeSort by: relevance | last modified time | path
    Searched refs:nvmm_cpu (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/nvmm/
nvmm_internal.h 55 struct nvmm_cpu { struct
98 struct nvmm_cpu cpus[NVMM_MAX_VCPUS];
128 int (*vcpu_create)(struct nvmm_machine *, struct nvmm_cpu *);
129 void (*vcpu_destroy)(struct nvmm_machine *, struct nvmm_cpu *);
130 int (*vcpu_configure)(struct nvmm_cpu *, uint64_t, void *);
131 void (*vcpu_setstate)(struct nvmm_cpu *);
132 void (*vcpu_getstate)(struct nvmm_cpu *);
133 int (*vcpu_inject)(struct nvmm_cpu *);
134 int (*vcpu_run)(struct nvmm_machine *, struct nvmm_cpu *,
136 void (*vcpu_suspend)(struct nvmm_machine *, struct nvmm_cpu *);
    [all...]
nvmm.c 198 struct nvmm_cpu **ret)
200 struct nvmm_cpu *vcpu;
221 nvmm_vcpu_free(struct nvmm_machine *mach, struct nvmm_cpu *vcpu)
232 struct nvmm_cpu **ret)
234 struct nvmm_cpu *vcpu;
252 nvmm_vcpu_put(struct nvmm_cpu *vcpu)
263 struct nvmm_cpu *vcpu;
356 struct nvmm_cpu *vcpu;
434 struct nvmm_cpu *vcpu;
484 struct nvmm_cpu *vcpu
    [all...]
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 487 static void svm_vcpu_state_provide(struct nvmm_cpu *, uint64_t);
488 static void svm_vcpu_state_commit(struct nvmm_cpu *);
670 svm_event_waitexit_enable(struct nvmm_cpu *vcpu, bool nmi)
689 svm_event_waitexit_disable(struct nvmm_cpu *vcpu, bool nmi)
740 svm_vcpu_inject(struct nvmm_cpu *vcpu)
792 svm_inject_ud(struct nvmm_cpu *vcpu)
806 svm_inject_gp(struct nvmm_cpu *vcpu)
820 svm_vcpu_event_commit(struct nvmm_cpu *vcpu)
861 svm_inkernel_handle_cpuid(struct nvmm_cpu *vcpu, uint64_t eax, uint64_t ecx)
1101 svm_exit_cpuid(struct nvmm_machine *mach, struct nvmm_cpu *vcpu
    [all...]
nvmm_x86_vmx.c 598 static void vmx_vcpu_state_provide(struct nvmm_cpu *, uint64_t);
599 static void vmx_vcpu_state_commit(struct nvmm_cpu *);
938 vmx_vmcs_enter(struct nvmm_cpu *vcpu)
971 vmx_vmcs_leave(struct nvmm_cpu *vcpu)
989 vmx_vmcs_destroy(struct nvmm_cpu *vcpu)
1005 vmx_event_waitexit_enable(struct nvmm_cpu *vcpu, bool nmi)
1025 vmx_event_waitexit_disable(struct nvmm_cpu *vcpu, bool nmi)
1076 vmx_vcpu_inject(struct nvmm_cpu *vcpu)
1134 vmx_inject_ud(struct nvmm_cpu *vcpu)
1148 vmx_inject_gp(struct nvmm_cpu *vcpu
    [all...]

Completed in 16 milliseconds