| /freebsd-13.1/lib/libvmmapi/ |
| H A D | vmmapi_freebsd.c | 142 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers_i386() 182 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers_i386() 269 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers() 309 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi.c | 1197 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vcpu_reset() 1214 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, sel)) != 0) in vcpu_reset()
|
| /freebsd-13.1/sys/amd64/vmm/amd/ |
| H A D | vmcb.c | 82 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 D | svm.c | 2604 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()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | task_switch.c | 335 case VM_REG_GUEST_FS: in validate_seg_desc() 457 tss->tss_fs = GETREG(ctx, vcpu, VM_REG_GUEST_FS); in tss32_save() 555 SETREG(ctx, vcpu, VM_REG_GUEST_FS, tss->tss_fs); in tss32_restore() 606 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_FS, &seg_desc, in tss32_restore() 610 update_seg_desc(ctx, vcpu, VM_REG_GUEST_FS, &seg_desc); in tss32_restore()
|
| H A D | gdb.c | 159 VM_REG_GUEST_FS,
|
| /freebsd-13.1/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 107 case VM_REG_GUEST_FS: in vmcs_field_encoding() 158 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 4132 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()
|
| /freebsd-13.1/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 883 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_FS, in get_all_segments() 973 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_FS, &fs); in get_all_segments() 2041 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_FS, in main() 2080 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs); in main()
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | vmm.h | 82 VM_REG_GUEST_FS, enumerator
|
| /freebsd-13.1/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 1979 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 D | vmm.c | 1111 case VM_REG_GUEST_FS: in is_segment_register() 2646 VM_REG_GUEST_FS, in vm_segment_name() enumerator
|