Searched refs:errorcode (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mce_amd.c | 93 mc_ec2type(uint16_t errorcode) in mc_ec2type() argument 95 if ( errorcode & MC_EC_BUS_TYPE ) in mc_ec2type() 97 if ( errorcode & MC_EC_MEM_TYPE ) in mc_ec2type() 99 if ( errorcode & MC_EC_TLB_TYPE ) in mc_ec2type() 110 uint16_t errorcode; in mc_amd_recoverable_scan() local 115 errorcode = status & (MCi_STATUS_MCA | MCi_STATUS_MSEC); in mc_amd_recoverable_scan() 116 ectype = mc_ec2type(errorcode); in mc_amd_recoverable_scan() 139 uint16_t errorcode; in mc_amd_addrcheck() local 141 errorcode = status & (MCi_STATUS_MCA | MCi_STATUS_MSEC); in mc_amd_addrcheck() 142 ectype = mc_ec2type(errorcode); in mc_amd_addrcheck()
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpm_cmd.h | 21 int create_error_response(tpmcmd_t* tpmcmd, TPM_RESULT errorcode);
|
A D | vtpm_cmd.c | 66 int create_error_response(tpmcmd_t* tpmcmd, TPM_RESULT errorcode) in create_error_response() argument 92 return pack_header(&respptr, &len, tag, len, errorcode); in create_error_response()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | formats | 98 0x00082001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ errorcode = 0x%(2)02x, virt = 0x%(1)0… 99 0x00082101 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_XEN [ errorcode = 0x%(3)02x, virt = 0x%(2)0… 100 0x00082002 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_INJECT [ errorcode = 0x%(1)02x, virt = 0x%(2)0… 101 0x00082102 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) PF_INJECT [ errorcode = 0x%(1)02x, virt = 0x%(3)0… 102 0x00082003 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) INJ_EXC [ vector = 0x%(1)02x, errorcode = 0x%(2…
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 262 c->error_code = vmcb->eventinj.fields.errorcode; in svm_vmcb_save() 340 vmcb->eventinj.fields.errorcode = c->error_code; in svm_vmcb_restore() 1453 eventinj.fields.errorcode = _event.error_code; in svm_inject_event() 1468 eventinj.fields.errorcode == (uint16_t)eventinj.fields.errorcode); in svm_inject_event() 2402 info->error_code = vmcb->eventinj.fields.errorcode; in svm_get_pending_event()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/ |
A D | vmcb.h | 317 u64 errorcode:32; member
|
Completed in 16 milliseconds