Searched refs:VM_REG_GUEST_ES (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/amd64/vmm/amd/ |
| H A D | vmcb.c | 75 case VM_REG_GUEST_ES: in vmcb_segptr() 222 case VM_REG_GUEST_ES: in vmcb_read() 321 case VM_REG_GUEST_ES: in vmcb_write() 400 case VM_REG_GUEST_ES: in vmcb_setdesc()
|
| H A D | svm.c | 704 vis->seg_name = VM_REG_GUEST_ES; in svm_inout_str_seginfo()
|
| /freebsd-12.1/lib/libvmmapi/ |
| H A D | vmmapi_freebsd.c | 137 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers_i386() 179 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers_i386() 264 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers() 306 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi.c | 1089 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vcpu_reset() 1109 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, sel)) != 0) in vcpu_reset()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | task_switch.c | 333 case VM_REG_GUEST_ES: in validate_seg_desc() 452 tss->tss_es = GETREG(ctx, vcpu, VM_REG_GUEST_ES); in tss32_save() 550 SETREG(ctx, vcpu, VM_REG_GUEST_ES, tss->tss_es); in tss32_restore() 599 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_ES, &seg_desc, in tss32_restore() 603 update_seg_desc(ctx, vcpu, VM_REG_GUEST_ES, &seg_desc); in tss32_restore()
|
| H A D | gdb.c | 123 VM_REG_GUEST_ES,
|
| /freebsd-12.1/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 97 case VM_REG_GUEST_ES: in vmcs_field_encoding() 134 case VM_REG_GUEST_ES: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 1910 vis->seg_name = VM_REG_GUEST_ES; in inout_str_seginfo()
|
| /freebsd-12.1/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 871 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_ES, in get_all_segments() 964 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_ES, &es); in get_all_segments() 1940 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_ES, in main() 1991 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_ES, es); in main()
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | vmm.h | 76 VM_REG_GUEST_ES, enumerator
|
| /freebsd-12.1/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 835 PROT_WRITE, VM_REG_GUEST_ES, VM_REG_GUEST_RDI, &dstaddr, in emulate_movs() 1797 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS, in vie_calculate_gla() 2226 *seg = VM_REG_GUEST_ES; in segment_override()
|
| H A D | vmm.c | 1063 case VM_REG_GUEST_ES: in is_segment_register() 2584 VM_REG_GUEST_ES, in vm_segment_name() enumerator
|