Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Dvmm.h65 VM_REG_GUEST_R10, enumerator
/freebsd-14.2/usr.sbin/bhyve/
H A Dgdb.c164 { .id = VM_REG_GUEST_R10, .size = 8 },
/freebsd-14.2/lib/libvmmapi/
H A Dvmmapi.c1292 if ((error = vm_set_register(vcpu, VM_REG_GUEST_R10, zero)) != 0) in vcpu_reset()
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c625 error = vm_get_register(vcpu, VM_REG_GUEST_R10, &r10); in get_all_registers()
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm_instruction_emul.c273 VM_REG_GUEST_R10, enumerator
/freebsd-14.2/sys/amd64/vmm/amd/
H A Dsvm.c2288 case VM_REG_GUEST_R10: in swctx_regptr()
/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmx.c3280 case VM_REG_GUEST_R10: in vmxctx_regptr()