Home
last modified time | relevance | path

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

/src/lib/libvmmapi/amd64/
H A Dvmmapi_freebsd_machdep.c143 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vm_setup_freebsd_registers_i386()
181 if ((error = vm_set_register(vcpu, VM_REG_GUEST_GS, gsel)) != 0) in vm_setup_freebsd_registers_i386()
270 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vm_setup_freebsd_registers()
308 if ((error = vm_set_register(vcpu, VM_REG_GUEST_GS, gsel)) != 0) in vm_setup_freebsd_registers()
H A Dvmmapi_machdep.c499 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vcpu_reset()
513 if ((error = vm_set_register(vcpu, VM_REG_GUEST_GS, sel)) != 0) in vcpu_reset()
/src/sys/amd64/vmm/amd/
H A Dvmcb.c85 case VM_REG_GUEST_GS: in vmcb_segptr()
225 case VM_REG_GUEST_GS: in vmcb_read()
238 VM_REG_GUEST_FS : VM_REG_GUEST_GS); in vmcb_read()
342 case VM_REG_GUEST_GS: in vmcb_write()
H A Dsvm.c2668 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_GS, meta); in svm_vcpu_snapshot()
2669 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_GS, meta); in svm_vcpu_snapshot()
/src/usr.sbin/bhyve/amd64/
H A Dtask_switch.c332 case VM_REG_GUEST_GS: in validate_seg_desc()
454 tss->tss_gs = GETREG(vcpu, VM_REG_GUEST_GS); in tss32_save()
552 SETREG(vcpu, VM_REG_GUEST_GS, tss->tss_gs); in tss32_restore()
608 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_GS, &seg_desc, in tss32_restore()
612 update_seg_desc(vcpu, VM_REG_GUEST_GS, &seg_desc); in tss32_restore()
/src/sys/amd64/vmm/intel/
H A Dvmcs.c104 case VM_REG_GUEST_GS: in vmcs_field_encoding()
161 case VM_REG_GUEST_GS: in vmcs_seg_desc_encoding()
H A Dvmx.c4187 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vcpu_snapshot()
4188 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vcpu_snapshot()
/src/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c674 error = vm_get_desc(vcpu, VM_REG_GUEST_GS, in get_all_segments()
761 error = vm_get_register(vcpu, VM_REG_GUEST_GS, &gs); in get_all_segments()
1630 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in bhyvectl_md_main()
1667 error = vm_set_register(vcpu, VM_REG_GUEST_GS, set_gs_val); in bhyvectl_md_main()
/src/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1891 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS, in vie_calculate_gla()
1978 seg != VM_REG_GUEST_GS) { in vie_calculate_gla()
2345 *seg = VM_REG_GUEST_GS; in segment_override()
2872 seg != VM_REG_GUEST_GS) { in verify_gla()
H A Dvmm.c646 case VM_REG_GUEST_GS: in is_segment_register()
1816 VM_REG_GUEST_GS in vm_segment_name() enumerator
/src/sys/amd64/include/
H A Dvmm.h84 VM_REG_GUEST_GS, enumerator
/src/usr.sbin/bhyve/
H A Dgdb.c196 { .id = VM_REG_GUEST_GS, .size = 4 },