Searched refs:VM_REG_GUEST_FS (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/lib/libvmmapi/ |
| HD | vmmapi_freebsd.c | 140 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers_i386() 180 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers_i386() 267 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vm_setup_freebsd_registers() 307 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, gsel)) != 0) in vm_setup_freebsd_registers()
|
| HD | vmmapi.c | 1055 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_FS, in vcpu_reset() 1072 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_FS, sel)) != 0) in vcpu_reset()
|
| /NextBSD/sys/amd64/vmm/amd/ |
| HD | vmcb.c | 77 case VM_REG_GUEST_FS: in vmcb_segptr() 217 case VM_REG_GUEST_FS: in vmcb_read() 312 case VM_REG_GUEST_FS: in vmcb_write()
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | task_switch.c | 332 case VM_REG_GUEST_FS: in validate_seg_desc() 454 tss->tss_fs = GETREG(ctx, vcpu, VM_REG_GUEST_FS); in tss32_save() 552 SETREG(ctx, vcpu, VM_REG_GUEST_FS, tss->tss_fs); in tss32_restore() 603 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_FS, &seg_desc, in tss32_restore() 607 update_seg_desc(ctx, vcpu, VM_REG_GUEST_FS, &seg_desc); in tss32_restore()
|
| /NextBSD/sys/amd64/vmm/intel/ |
| HD | vmcs.c | 96 case VM_REG_GUEST_FS: in vmcs_field_encoding() 145 case VM_REG_GUEST_FS: in vmcs_seg_desc_encoding()
|
| /NextBSD/usr.sbin/bhyvectl/ |
| HD | bhyvectl.c | 815 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_FS, in get_all_segments() 905 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_FS, &fs); in get_all_segments() 1834 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_FS, in main() 1873 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_FS, fs); in main()
|
| /NextBSD/sys/amd64/vmm/ |
| HD | vmm_instruction_emul.c | 1616 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in vie_calculate_gla() 1934 *seg = VM_REG_GUEST_FS; in segment_override() 2383 if (cpu_mode == CPU_MODE_64BIT && seg != VM_REG_GUEST_FS && in verify_gla()
|
| HD | vmm.c | 1021 case VM_REG_GUEST_FS: in is_segment_register() 2470 VM_REG_GUEST_FS, in vm_segment_name() enumerator
|
| /NextBSD/sys/amd64/include/ |
| HD | vmm.h | 73 VM_REG_GUEST_FS, enumerator
|