Searched refs:NVMM_X64_SEG_LDT (Results 1 – 7 of 7) sorted by relevance
/dragonfly/sys/dev/virtual/nvmm/x86/ |
H A D | nvmm_x86.c | 119 [NVMM_X64_SEG_LDT] = {
|
H A D | nvmm_x86.h | 165 #define NVMM_X64_SEG_LDT 8 macro
|
H A D | nvmm_x86_vmx.c | 893 [NVMM_X64_SEG_LDT] = { 2614 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_LDT); in vmx_vcpu_setstate() 2779 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_LDT); in vmx_vcpu_getstate()
|
H A D | nvmm_x86_svm.c | 1863 svm_vcpu_setstate_seg(&state->segs[NVMM_X64_SEG_LDT], in svm_vcpu_setstate() 2011 svm_vcpu_getstate_seg(&state->segs[NVMM_X64_SEG_LDT], in svm_vcpu_getstate()
|
/dragonfly/test/nvmm/demo/toyvirt/ |
H A D | main.c | 221 toyvirt_init_seg(&state->segs[NVMM_X64_SEG_LDT], 2, 0, 0xFFFFFFFF); in toyvirt_init()
|
/dragonfly/test/testcases/libnvmm/ |
H A D | h_io_assist.c | 101 init_seg(&state->segs[NVMM_X64_SEG_LDT], SDT_SYSLDT, 0); in reset_machine()
|
H A D | h_mem_assist.c | 247 init_seg(&state->segs[NVMM_X64_SEG_LDT], SDT_SYSLDT, 0); in reset_machine64()
|