Searched refs:NVMM_X64_SEG_TR (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/dev/virtual/nvmm/x86/ |
| HD | nvmm_x86.c | 129 [NVMM_X64_SEG_TR] = {
|
| HD | nvmm_x86.h | 166 #define NVMM_X64_SEG_TR 9 macro
|
| HD | nvmm_x86_vmx.c | 899 [NVMM_X64_SEG_TR] = { 2615 vmx_vcpu_setstate_seg(state->segs, NVMM_X64_SEG_TR); in vmx_vcpu_setstate() 2780 vmx_vcpu_getstate_seg(state->segs, NVMM_X64_SEG_TR); in vmx_vcpu_getstate()
|
| HD | nvmm_x86_svm.c | 1865 svm_vcpu_setstate_seg(&state->segs[NVMM_X64_SEG_TR], in svm_vcpu_setstate() 2013 svm_vcpu_getstate_seg(&state->segs[NVMM_X64_SEG_TR], in svm_vcpu_getstate()
|
| /dragonfly/test/nvmm/demo/toyvirt/ |
| HD | main.c | 222 toyvirt_init_seg(&state->segs[NVMM_X64_SEG_TR], 11, 0, 0xFFFFFFFF); in toyvirt_init()
|
| /dragonfly/test/testcases/libnvmm/ |
| HD | h_io_assist.c | 102 init_seg(&state->segs[NVMM_X64_SEG_TR], SDT_SYS386BSY, 0); in reset_machine()
|
| HD | h_mem_assist.c | 248 init_seg(&state->segs[NVMM_X64_SEG_TR], SDT_SYS386BSY, 0); in reset_machine64()
|