Searched refs:VM_REG_GUEST_GS (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/lib/libvmmapi/ |
| H A D | vmmapi_freebsd.c | 144 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vm_setup_freebsd_registers_i386() 182 if ((error = vm_set_register(vcpu, VM_REG_GUEST_GS, gsel)) != 0) in vm_setup_freebsd_registers_i386() 271 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vm_setup_freebsd_registers() 309 if ((error = vm_set_register(vcpu, VM_REG_GUEST_GS, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi.c | 1250 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vcpu_reset() 1264 if ((error = vm_set_register(vcpu, VM_REG_GUEST_GS, sel)) != 0) in vcpu_reset()
|
| /freebsd-14.2/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 | 2643 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_GS, meta); in svm_vcpu_snapshot() 2644 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_GS, meta); in svm_vcpu_snapshot()
|
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | task_switch.c | 333 case VM_REG_GUEST_GS: in validate_seg_desc() 455 tss->tss_gs = GETREG(vcpu, VM_REG_GUEST_GS); in tss32_save() 553 SETREG(vcpu, VM_REG_GUEST_GS, tss->tss_gs); in tss32_restore() 609 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_GS, &seg_desc, in tss32_restore() 613 update_seg_desc(vcpu, VM_REG_GUEST_GS, &seg_desc); in tss32_restore()
|
| /freebsd-14.2/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 105 case VM_REG_GUEST_GS: in vmcs_field_encoding() 162 case VM_REG_GUEST_GS: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 4174 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vcpu_snapshot() 4175 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vcpu_snapshot()
|
| /freebsd-14.2/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 704 error = vm_get_desc(vcpu, VM_REG_GUEST_GS, in get_all_segments() 791 error = vm_get_register(vcpu, VM_REG_GUEST_GS, &gs); in get_all_segments() 1917 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in main() 1954 error = vm_set_register(vcpu, VM_REG_GUEST_GS, gs); in main()
|
| /freebsd-14.2/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 | 1273 case VM_REG_GUEST_GS: in is_segment_register() 2754 VM_REG_GUEST_GS in vm_segment_name() enumerator
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm.h | 83 VM_REG_GUEST_GS, enumerator
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | gdb.c | 177 { .id = VM_REG_GUEST_GS, .size = 4 },
|