Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c82 case VM_REG_GUEST_FS: in vmcb_segptr()
226 case VM_REG_GUEST_FS: in vmcb_read()
327 case VM_REG_GUEST_FS: in vmcb_write()
H A Dsvm.c2604 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_FS, meta); in svm_vmcx_snapshot()
2605 err += vmcb_snapshot_desc(sc, vcpu, VM_REG_GUEST_FS, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c107 case VM_REG_GUEST_FS: in vmcs_field_encoding()
158 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
H A Dvmx.c4132 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vmcx_snapshot()
4133 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vmcx_snapshot()
/f-stack/freebsd/amd64/include/
H A Dvmm.h82 VM_REG_GUEST_FS, enumerator
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c1979 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in vie_calculate_gla()
2344 *seg = VM_REG_GUEST_FS; in segment_override()
2873 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in verify_gla()
H A Dvmm.c1094 case VM_REG_GUEST_FS: in is_segment_register()
2629 VM_REG_GUEST_FS, in vm_segment_name() enumerator