Searched defs:errcode_valid (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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-src/lib/libvmmapi/amd64/ |
H A D | vmmapi_machdep.c | 293 vm_inject_exception(struct vcpu *vcpu, int vector, int errcode_valid, in vm_inject_exception()
|
/freebsd-src/sys/amd64/vmm/ |
H A D | vmm.c | 2216 vm_inject_exception(struct vcpu * vcpu,int vector,int errcode_valid,uint32_t errcode,int restart_instruction) vm_inject_exception() argument 2271 vm_inject_fault(struct vcpu * vcpu,int vector,int errcode_valid,int errcode) vm_inject_fault() argument
|
/freebsd-src/sys/amd64/vmm/amd/ |
H A D | svm.c | 1334 int error __diagused, errcode_valid, handled, idtvec, reflect; svm_vmexit() local
|
/freebsd-src/sys/amd64/include/ |
H A D | vmm.h | 689 int errcode_valid; /* push 'errcode' on the new stack */ global() member
|
/freebsd-src/sys/amd64/vmm/intel/ |
H A D | vmx.c | 2373 int error, errcode, errcode_valid, handled, in; vmx_exit_process() local
|