Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_INTR_SHADOW (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dvmm.h94 VM_REG_GUEST_INTR_SHADOW, enumerator
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c2204 if (ident == VM_REG_GUEST_INTR_SHADOW) { in svm_getreg()
2231 if (ident == VM_REG_GUEST_INTR_SHADOW) { in svm_setreg()
2684 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_INTR_SHADOW, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c3348 if (reg == VM_REG_GUEST_INTR_SHADOW) in vmx_getreg()
3369 if (reg == VM_REG_GUEST_INTR_SHADOW) in vmx_setreg()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c2090 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_INTR_SHADOW, 0); in vm_inject_exception()