Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_R12 (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libvmmapi/amd64/
H A Dvmmapi_machdep.c545 if ((error = vm_set_register(vcpu, VM_REG_GUEST_R12, zero)) != 0) in vcpu_reset()
/freebsd/sys/amd64/include/
H A Dvmm.h67 VM_REG_GUEST_R12, enumerator
/freebsd/usr.sbin/bhyve/
H A Dgdb.c165 { .id = VM_REG_GUEST_R12, .size = 8 },
/freebsd/usr.sbin/bhyvectl/amd64/
H A Dbhyvectl_machdep.c607 error = vm_get_register(vcpu, VM_REG_GUEST_R12, &r12); in get_all_registers()
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c275 VM_REG_GUEST_R12, enumerator
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c2292 case VM_REG_GUEST_R12: in swctx_regptr()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c3284 case VM_REG_GUEST_R12: in vmxctx_regptr()