Searched refs:vmx_vcpu_setstate_seg (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/nvmm/x86/ |
H A D | nvmm_x86_vmx.c | 2460 vmx_vcpu_setstate_seg(const struct nvmm_x64_state_seg *segs, int idx) in vmx_vcpu_setstate_seg() function 2561 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_CS); in vmx_vcpu_setstate() 2562 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_DS); in vmx_vcpu_setstate() 2563 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_ES); in vmx_vcpu_setstate() 2564 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_FS); in vmx_vcpu_setstate() 2565 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_GS); in vmx_vcpu_setstate() 2566 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_SS); in vmx_vcpu_setstate() 2567 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_GDT); in vmx_vcpu_setstate() 2568 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_IDT); in vmx_vcpu_setstate() 2569 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_LDT); in vmx_vcpu_setstate() [all …]
|