Searched refs:VM_REG_GUEST_GS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/lib/libvmmapi/
H A Dvmmapi_freebsd.c145 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_GS,
183 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, gsel)) != 0)
272 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_GS,
310 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, gsel)) != 0)
H A Dvmmapi.c863 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_GS,
877 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, sel)) != 0)
/freebsd-10.1-release/sys/amd64/vmm/intel/
H A Dvmcs.c98 case VM_REG_GUEST_GS:
150 case VM_REG_GUEST_GS:
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dtask_switch.c334 case VM_REG_GUEST_GS:
456 tss->tss_gs = GETREG(ctx, vcpu, VM_REG_GUEST_GS);
558 SETREG(ctx, vcpu, VM_REG_GUEST_GS, tss->tss_gs);
607 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_GS, &seg_desc);
610 update_seg_desc(ctx, vcpu, VM_REG_GUEST_GS, &seg_desc);
/freebsd-10.1-release/sys/amd64/include/
H A Dvmm.h74 VM_REG_GUEST_GS, enumerator in enum:vm_reg_name
/freebsd-10.1-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c841 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_GS,
878 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_GS, gs);
1112 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_GS,
1199 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_GS, &gs);
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1002 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS,
1089 seg != VM_REG_GUEST_GS) {
H A Dvmm.c868 case VM_REG_GUEST_GS:
2183 VM_REG_GUEST_GS

Completed in 135 milliseconds