Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libvmmapi/
H A Dvmmapi_freebsd.c142 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 Dvmmapi.c1094 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vcpu_reset()
1111 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, sel)) != 0) in vcpu_reset()
/freebsd-12.1/sys/amd64/vmm/amd/
H A Dvmcb.c79 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()
/freebsd-12.1/usr.sbin/bhyve/
H A Dtask_switch.c334 case VM_REG_GUEST_FS: in validate_seg_desc()
456 tss->tss_fs = GETREG(ctx, vcpu, VM_REG_GUEST_FS); in tss32_save()
554 SETREG(ctx, vcpu, VM_REG_GUEST_FS, tss->tss_fs); in tss32_restore()
605 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_FS, &seg_desc, in tss32_restore()
609 update_seg_desc(ctx, vcpu, VM_REG_GUEST_FS, &seg_desc); in tss32_restore()
H A Dgdb.c124 VM_REG_GUEST_FS,
/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.c105 case VM_REG_GUEST_FS: in vmcs_field_encoding()
154 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c880 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_FS, in get_all_segments()
970 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_FS, &fs); in get_all_segments()
1955 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_FS, in main()
1994 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs); in main()
/freebsd-12.1/sys/amd64/include/
H A Dvmm.h80 VM_REG_GUEST_FS, enumerator
/freebsd-12.1/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1883 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in vie_calculate_gla()
2229 *seg = VM_REG_GUEST_FS; in segment_override()
2678 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in verify_gla()
H A Dvmm.c1067 case VM_REG_GUEST_FS: in is_segment_register()
2588 VM_REG_GUEST_FS, in vm_segment_name() enumerator