Searched refs:VM_REG_GUEST_GS (Results 1 – 12 of 12) sorted by relevance
| /src/lib/libvmmapi/amd64/ |
| H A D | vmmapi_freebsd_machdep.c | 143 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 D | vmmapi_machdep.c | 499 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 D | vmcb.c | 85 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 D | svm.c | 2668 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 D | task_switch.c | 332 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 D | vmcs.c | 104 case VM_REG_GUEST_GS: in vmcs_field_encoding() 161 case VM_REG_GUEST_GS: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 4187 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 D | bhyvectl_machdep.c | 674 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 D | vmm_instruction_emul.c | 1891 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 D | vmm.c | 646 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 D | vmm.h | 84 VM_REG_GUEST_GS, enumerator
|
| /src/usr.sbin/bhyve/ |
| H A D | gdb.c | 196 { .id = VM_REG_GUEST_GS, .size = 4 },
|