Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c125 SETREG(struct vcpu *vcpu, int reg, uint64_t val) in SETREG() function
513 SETREG(vcpu, VM_REG_GUEST_LDTR, tss->tss_ldt); in tss32_restore()
537 SETREG(vcpu, VM_REG_GUEST_PDPTE0, pdpte[0]); in tss32_restore()
538 SETREG(vcpu, VM_REG_GUEST_PDPTE1, pdpte[1]); in tss32_restore()
539 SETREG(vcpu, VM_REG_GUEST_PDPTE2, pdpte[2]); in tss32_restore()
540 SETREG(vcpu, VM_REG_GUEST_PDPTE3, pdpte[3]); in tss32_restore()
542 SETREG(vcpu, VM_REG_GUEST_CR3, tss->tss_cr3); in tss32_restore()
547 SETREG(vcpu, VM_REG_GUEST_RFLAGS, eflags); in tss32_restore()
548 SETREG(vcpu, VM_REG_GUEST_RIP, tss->tss_eip); in tss32_restore()
551 SETREG(vcpu, VM_REG_GUEST_RAX, tss->tss_eax); in tss32_restore()
[all …]