Searched refs:VM_REG_GUEST_FS (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/lib/libvmmapi/ |
| HD | vmmapi_freebsd.c | 138 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()
|
| HD | vmmapi.c | 1231 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/ |
| HD | vmcb.c | 80 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()
|
| HD | svm.c | 2468 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/ |
| HD | task_switch.c | 332 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()
|
| HD | gdb.c | 160 VM_REG_GUEST_FS,
|
| /freebsd-13-stable/sys/amd64/vmm/intel/ |
| HD | vmcs.c | 103 case VM_REG_GUEST_FS: in vmcs_field_encoding() 154 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
|
| HD | vmx.c | 4163 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/ |
| HD | bhyvectl.c | 873 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/ |
| HD | vmm_instruction_emul.c | 1989 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()
|
| HD | vmm.c | 1249 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/ |
| HD | vmm.h | 81 VM_REG_GUEST_FS, enumerator
|