Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libvmmapi/
H A Dvmmapi_freebsd.c139 error = vm_set_desc(vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers_i386()
179 if ((error = vm_set_register(vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers_i386()
266 error = vm_set_desc(vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers()
306 if ((error = vm_set_register(vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers()
H A Dvmmapi.c1245 error = vm_set_desc(vcpu, VM_REG_GUEST_FS, in vcpu_reset()
1262 if ((error = vm_set_register(vcpu, VM_REG_GUEST_FS, sel)) != 0) in vcpu_reset()
/freebsd-14.2/sys/amd64/vmm/amd/
H A Dvmcb.c81 case VM_REG_GUEST_FS: in vmcb_segptr()
224 case VM_REG_GUEST_FS: in vmcb_read()
238 VM_REG_GUEST_FS : VM_REG_GUEST_GS); in vmcb_read()
341 case VM_REG_GUEST_FS: in vmcb_write()
H A Dsvm.c2639 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_FS, meta); in svm_vcpu_snapshot()
2640 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_FS, meta); in svm_vcpu_snapshot()
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dtask_switch.c332 case VM_REG_GUEST_FS: in validate_seg_desc()
454 tss->tss_fs = GETREG(vcpu, VM_REG_GUEST_FS); in tss32_save()
552 SETREG(vcpu, VM_REG_GUEST_FS, tss->tss_fs); in tss32_restore()
603 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_FS, &seg_desc, in tss32_restore()
607 update_seg_desc(vcpu, VM_REG_GUEST_FS, &seg_desc); in tss32_restore()
/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.c103 case VM_REG_GUEST_FS: in vmcs_field_encoding()
157 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
H A Dvmx.c4171 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vcpu_snapshot()
4172 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vcpu_snapshot()
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c695 error = vm_get_desc(vcpu, VM_REG_GUEST_FS, in get_all_segments()
785 error = vm_get_register(vcpu, VM_REG_GUEST_FS, &fs); in get_all_segments()
1912 error = vm_set_desc(vcpu, VM_REG_GUEST_FS, in main()
1951 error = vm_set_register(vcpu, VM_REG_GUEST_FS, fs); in main()
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1977 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in vie_calculate_gla()
2342 *seg = VM_REG_GUEST_FS; in segment_override()
2871 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in verify_gla()
H A Dvmm.c1272 case VM_REG_GUEST_FS: in is_segment_register()
2753 VM_REG_GUEST_FS, in vm_segment_name() enumerator
/freebsd-14.2/sys/amd64/include/
H A Dvmm.h82 VM_REG_GUEST_FS, enumerator
/freebsd-14.2/usr.sbin/bhyve/
H A Dgdb.c176 { .id = VM_REG_GUEST_FS, .size = 4 },