Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 9 of 9) sorted by relevance

/xen/xen/include/asm-x86/hvm/
A Dhvm.h187 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 Demulate.h71 unsigned int errcode);
/xen/xen/include/asm-x86/
A Ddomain.h690 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 Dnestedsvm.h117 struct vcpu *v, unsigned int vector, int errcode);
/xen/tools/libxc/
A Dxc_private.c557 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 Demulate.c2774 unsigned int errcode) in hvm_emulate_one_vm_event() argument
2825 hvm_inject_hw_exception(trapnr, errcode); in hvm_emulate_one_vm_event()
A Dhvm.c2965 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 Dnestedsvm.c1015 struct vcpu *v, unsigned int vector, int errcode) in nsvm_vmcb_guest_intercepts_event() argument
/xen/tools/libxc/include/
A Dxenctrl.h1663 const char *xc_strerror(xc_interface *xch, int errcode);

Completed in 35 milliseconds