Home
last modified time | relevance | path

Searched refs:GETREG (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c586 #define GETREG(r) (regvals[r - VMM_REG_DR0]) in bhyve_dbgregs_dcmd() macro
688 GETREG(VMM_REG_DR0), GETREG(VMM_REG_DR0)); in bhyve_dbgregs_dcmd()
690 GETREG(VMM_REG_DR1), GETREG(VMM_REG_DR1)); in bhyve_dbgregs_dcmd()
692 GETREG(VMM_REG_DR2), GETREG(VMM_REG_DR2)); in bhyve_dbgregs_dcmd()
694 GETREG(VMM_REG_DR3), GETREG(VMM_REG_DR3)); in bhyve_dbgregs_dcmd()
696 GETREG(VMM_REG_DR6), GETREG(VMM_REG_DR6), dr6_flag_bits); in bhyve_dbgregs_dcmd()
698 GETREG(VMM_REG_DR7), GETREG(VMM_REG_DR7), dr7_flag_bits); in bhyve_dbgregs_dcmd()
699 #undef GETREG in bhyve_dbgregs_dcmd()
/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c114 GETREG(struct vcpu *vcpu, int reg) in GETREG() function
354 sel = GETREG(vcpu, segment); in validate_seg_desc()
409 cs = GETREG(vcpu, VM_REG_GUEST_CS); in validate_seg_desc()
453 tss->tss_eax = GETREG(vcpu, VM_REG_GUEST_RAX); in tss32_save()
454 tss->tss_ecx = GETREG(vcpu, VM_REG_GUEST_RCX); in tss32_save()
455 tss->tss_edx = GETREG(vcpu, VM_REG_GUEST_RDX); in tss32_save()
456 tss->tss_ebx = GETREG(vcpu, VM_REG_GUEST_RBX); in tss32_save()
457 tss->tss_esp = GETREG(vcpu, VM_REG_GUEST_RSP); in tss32_save()
458 tss->tss_ebp = GETREG(vcpu, VM_REG_GUEST_RBP); in tss32_save()
459 tss->tss_esi = GETREG(vcpu, VM_REG_GUEST_RSI); in tss32_save()
[all …]