Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libvmmapi/
HDvmmapi_freebsd.c138 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers_i386()
178 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers_i386()
265 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers()
305 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers()
HDvmmapi.c1231 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vcpu_reset()
1248 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, sel)) != 0) in vcpu_reset()
/freebsd-13-stable/sys/amd64/vmm/amd/
HDvmcb.c80 case VM_REG_GUEST_FS: in vmcb_segptr()
223 case VM_REG_GUEST_FS: in vmcb_read()
324 case VM_REG_GUEST_FS: in vmcb_write()
HDsvm.c2468 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_FS, meta); in svm_vcpu_snapshot()
2469 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_FS, meta); in svm_vcpu_snapshot()
/freebsd-13-stable/usr.sbin/bhyve/
HDtask_switch.c332 case VM_REG_GUEST_FS: in validate_seg_desc()
454 tss->tss_fs = GETREG(ctx, vcpu, VM_REG_GUEST_FS); in tss32_save()
552 SETREG(ctx, vcpu, VM_REG_GUEST_FS, tss->tss_fs); in tss32_restore()
603 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_FS, &seg_desc, in tss32_restore()
607 update_seg_desc(ctx, vcpu, VM_REG_GUEST_FS, &seg_desc); in tss32_restore()
HDgdb.c160 VM_REG_GUEST_FS,
/freebsd-13-stable/sys/amd64/vmm/intel/
HDvmcs.c103 case VM_REG_GUEST_FS: in vmcs_field_encoding()
154 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
HDvmx.c4163 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vcpu_snapshot()
4164 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vcpu_snapshot()
/freebsd-13-stable/usr.sbin/bhyvectl/
HDbhyvectl.c873 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_FS, in get_all_segments()
963 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_FS, &fs); in get_all_segments()
2008 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_FS, in main()
2047 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs); in main()
/freebsd-13-stable/sys/amd64/vmm/
HDvmm_instruction_emul.c1989 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in vie_calculate_gla()
2354 *seg = VM_REG_GUEST_FS; in segment_override()
2883 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in verify_gla()
HDvmm.c1249 case VM_REG_GUEST_FS: in is_segment_register()
2695 VM_REG_GUEST_FS, in vm_segment_name() enumerator
/freebsd-13-stable/sys/amd64/include/
HDvmm.h81 VM_REG_GUEST_FS, enumerator