Home
last modified time | relevance | path

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

/NextBSD/lib/libvmmapi/
HDvmmapi_freebsd.c140 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers_i386()
180 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers_i386()
267 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers()
307 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers()
HDvmmapi.c1055 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vcpu_reset()
1072 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, sel)) != 0) in vcpu_reset()
/NextBSD/sys/amd64/vmm/amd/
HDvmcb.c77 case VM_REG_GUEST_FS: in vmcb_segptr()
217 case VM_REG_GUEST_FS: in vmcb_read()
312 case VM_REG_GUEST_FS: in vmcb_write()
/NextBSD/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()
/NextBSD/sys/amd64/vmm/intel/
HDvmcs.c96 case VM_REG_GUEST_FS: in vmcs_field_encoding()
145 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
/NextBSD/usr.sbin/bhyvectl/
HDbhyvectl.c815 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_FS, in get_all_segments()
905 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_FS, &fs); in get_all_segments()
1834 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_FS, in main()
1873 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs); in main()
/NextBSD/sys/amd64/vmm/
HDvmm_instruction_emul.c1616 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in vie_calculate_gla()
1934 *seg = VM_REG_GUEST_FS; in segment_override()
2383 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in verify_gla()
HDvmm.c1021 case VM_REG_GUEST_FS: in is_segment_register()
2470 VM_REG_GUEST_FS, in vm_segment_name() enumerator
/NextBSD/sys/amd64/include/
HDvmm.h73 VM_REG_GUEST_FS, enumerator