Searched refs:VM_REG_GUEST_SS (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/amd64/vmm/amd/ |
| H A D | vmcb.c | 87 case VM_REG_GUEST_SS: in vmcb_segptr() 225 case VM_REG_GUEST_SS: in vmcb_read() 322 case VM_REG_GUEST_SS: in vmcb_write() 401 case VM_REG_GUEST_SS: in vmcb_setdesc()
|
| /freebsd-12.1/lib/libvmmapi/ |
| H A D | vmmapi_freebsd.c | 152 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_SS, in vm_setup_freebsd_registers_i386() 188 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, gsel)) != 0) in vm_setup_freebsd_registers_i386() 279 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_SS, in vm_setup_freebsd_registers() 315 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi.c | 1079 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_SS, in vcpu_reset() 1105 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, sel)) != 0) in vcpu_reset()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | task_switch.c | 329 case VM_REG_GUEST_SS: in validate_seg_desc() 454 tss->tss_ss = GETREG(ctx, vcpu, VM_REG_GUEST_SS); in tss32_save() 552 SETREG(ctx, vcpu, VM_REG_GUEST_SS, tss->tss_ss); in tss32_restore() 585 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_SS, &seg_desc2, in tss32_restore() 590 update_seg_desc(ctx, vcpu, VM_REG_GUEST_SS, &seg_desc2); in tss32_restore() 640 stacksel = GETREG(ctx, vcpu, VM_REG_GUEST_SS); in push_errcode() 642 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_SS, &seg_desc.base, in push_errcode() 669 if (vie_calculate_gla(paging->cpu_mode, VM_REG_GUEST_SS, in push_errcode()
|
| H A D | gdb.c | 121 VM_REG_GUEST_SS,
|
| /freebsd-12.1/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 101 case VM_REG_GUEST_SS: in vmcs_field_encoding() 144 case VM_REG_GUEST_SS: in vmcs_seg_desc_encoding()
|
| /freebsd-12.1/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 723 if (seg == VM_REG_GUEST_SS) in get_gla() 731 if (seg == VM_REG_GUEST_SS) in get_gla() 1463 error = vm_get_seg_desc(vm, vcpuid, VM_REG_GUEST_SS, &ss_desc); in emulate_stack_op() 1484 if (vie_calculate_gla(paging->cpu_mode, VM_REG_GUEST_SS, &ss_desc, in emulate_stack_op() 2220 *seg = VM_REG_GUEST_SS; in segment_override() 2675 seg = VM_REG_GUEST_SS; in verify_gla()
|
| H A D | vmm.c | 1065 case VM_REG_GUEST_SS: in is_segment_register() 2586 VM_REG_GUEST_SS, in vm_segment_name() enumerator
|
| /freebsd-12.1/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 898 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_SS, in get_all_segments() 982 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_SS, &ss); in get_all_segments() 1945 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_SS, in main() 2000 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_SS, ss); in main()
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | vmm.h | 78 VM_REG_GUEST_SS, enumerator
|