Home
last modified time | relevance | path

Searched refs:exitcode (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dnestedsvm.c516 n2vmcb->exitcode = ns_vmcb->exitcode; in nsvm_vmcb_prepare4vmrun()
798 uint64_t exitcode) in nsvm_vcpu_vmexit_inject() argument
841 ns_vmcb->exitcode = exitcode; in nsvm_vcpu_vmexit_inject()
946 switch (exitcode) { in nsvm_vmcb_guest_intercepts_exitcode()
994 switch (exitcode) { in nsvm_vmcb_guest_intercepts_exitcode()
1069 ns_vmcb->exitcode = n2vmcb->exitcode; in nsvm_vmcb_prepare4vmexit()
1348 svm->ns_vmexit.exitcode = exitcode; in nestedsvm_vmexit_defer()
1356 uint64_t exitcode) in nestedsvm_check_intercepts() argument
1363 switch (exitcode) { in nestedsvm_check_intercepts()
1415 exitcode); in nestedsvm_check_intercepts()
[all …]
A Demulate.c37 switch ( vmcb->exitcode ) in svm_nextrip_insn_length()
105 if ( vmcb->exitcode == VMEXIT_IOIO ) in __get_instruction_length_from_list()
120 if ( vmcb->exitcode == VMEXIT_IOIO ) in __get_instruction_length_from_list()
A Dsvmdebug.c53 vmcb->exitcode, vmcb->exitintinfo.bytes); in svm_vmcb_dump()
A Dsvm.c1809 cr = vmcb->exitcode - VMEXIT_CR0_READ; in svm_vmexit_do_cr_access()
2499 exit_reason = vmcb->exitcode; in svm_vmexit_handler()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/
A Dnestedsvm.h79 uint64_t exitcode; /* native exitcode to inject into l1 guest */ member
101 uint64_t exitcode, uint64_t exitinfo1, uint64_t exitinfo2);
106 uint64_t exitcode);
A Dvmcb.h422 u64 exitcode; /* offset 0x70 */ member
/xen-4.10.0-shim-comet/tools/xentrace/
A Dformats93 0x00081002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) VMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(2)08…
94 0x00081102 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) VMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(3)08…
96 0x00081402 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) nVMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(2)08…
97 0x00081502 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) nVMEXIT [ exitcode = 0x%(1)08x, rIP = 0x%(3)08…
/xen-4.10.0-shim-comet/
A Dconfig.guess272 exitcode=$?
274 exit $exitcode ;;

Completed in 21 milliseconds