Searched defs:errcode_valid (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | vmexit.c | 60 vm_inject_fault(struct vcpu *vcpu, int vector, int errcode_valid, in vm_inject_fault()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 1867 vm_inject_exception(struct vcpu *vcpu, int vector, int errcode_valid, in vm_inject_exception() 1922 vm_inject_fault(struct vcpu *vcpu, int vector, int errcode_valid, int errcode) in vm_inject_fault()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1342 int error __diagused, errcode_valid, handled, idtvec, reflect; in svm_vmexit() local
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 665 int errcode_valid; /* push 'errcode' on the new stack */ member
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 2384 int error, errcode, errcode_valid, handled, in; in vmx_exit_process() local
|