Searched refs:errcode (Results 1 – 9 of 9) sorted by relevance
| /xen/xen/include/asm-x86/hvm/ |
| A D | hvm.h | 187 struct vcpu *v, unsigned int vector, int errcode); 301 int32_t errcode, unsigned int insn_len, unsigned int extra_eflags); 491 static inline void hvm_inject_hw_exception(unsigned int vector, int errcode) in hvm_inject_hw_exception() argument 496 .error_code = errcode, in hvm_inject_hw_exception() 502 static inline void hvm_inject_page_fault(int errcode, unsigned long cr2) in hvm_inject_page_fault() argument 507 .error_code = errcode, in hvm_inject_page_fault() 588 struct vcpu *v, unsigned int vector, int errcode) in nhvm_vmcx_guest_intercepts_event() argument 590 return hvm_funcs.nhvm_vmcx_guest_intercepts_event(v, vector, errcode); in nhvm_vmcx_guest_intercepts_event() 744 static inline void hvm_inject_hw_exception(unsigned int vector, int errcode) in hvm_inject_hw_exception() argument
|
| A D | emulate.h | 71 unsigned int errcode);
|
| /xen/xen/include/asm-x86/ |
| A D | domain.h | 690 static inline void pv_inject_hw_exception(unsigned int vector, int errcode) in pv_inject_hw_exception() argument 695 .error_code = errcode, in pv_inject_hw_exception() 701 static inline void pv_inject_page_fault(int errcode, unsigned long cr2) in pv_inject_page_fault() argument 706 .error_code = errcode, in pv_inject_page_fault()
|
| /xen/xen/include/asm-x86/hvm/svm/ |
| A D | nestedsvm.h | 117 struct vcpu *v, unsigned int vector, int errcode);
|
| /xen/tools/libxc/ |
| A D | xc_private.c | 557 const char *xc_strerror(xc_interface *xch, int errcode) in xc_strerror() argument 561 return strerror(errcode); in xc_strerror() 585 strerror_str = strerror(errcode); in xc_strerror()
|
| /xen/xen/arch/x86/hvm/ |
| A D | emulate.c | 2774 unsigned int errcode) in hvm_emulate_one_vm_event() argument 2825 hvm_inject_hw_exception(trapnr, errcode); in hvm_emulate_one_vm_event()
|
| A D | hvm.c | 2965 int32_t errcode, unsigned int insn_len, unsigned int extra_eflags) in hvm_task_switch() argument 3148 if ( errcode >= 0 ) in hvm_task_switch() 3165 rc = hvm_copy_to_guest_linear(linear_addr, &errcode, opsz, 0, in hvm_task_switch()
|
| /xen/xen/arch/x86/hvm/svm/ |
| A D | nestedsvm.c | 1015 struct vcpu *v, unsigned int vector, int errcode) in nsvm_vmcb_guest_intercepts_event() argument
|
| /xen/tools/libxc/include/ |
| A D | xenctrl.h | 1663 const char *xc_strerror(xc_interface *xch, int errcode);
|
Completed in 35 milliseconds