Home
last modified time | relevance | path

Searched refs:vmx_vcpu_getstate_seg (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c2528 vmx_vcpu_getstate_seg(struct nvmm_x64_state_seg *segs, int idx) in vmx_vcpu_getstate_seg() function
2771 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_CS); in vmx_vcpu_getstate()
2772 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_DS); in vmx_vcpu_getstate()
2773 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_ES); in vmx_vcpu_getstate()
2774 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_FS); in vmx_vcpu_getstate()
2775 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_GS); in vmx_vcpu_getstate()
2776 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_SS); in vmx_vcpu_getstate()
2777 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_GDT); in vmx_vcpu_getstate()
2778 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_IDT); in vmx_vcpu_getstate()
2779 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_LDT); in vmx_vcpu_getstate()
[all …]