Searched defs:ec (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | processor.h | 491 unsigned long ec:6; /* Exception Class */ member 500 unsigned long ec:6; /* Exception Class */ member 509 unsigned long ec:6; /* Exception Class */ member 523 unsigned long ec:6; /* Exception Class */ member 536 unsigned long ec:6; /* Exception Class */ member 547 unsigned long ec:6; /* Exception Class */ member 564 unsigned long ec:6; /* Exception Class */ member 578 unsigned long ec:6; member 591 unsigned long ec:6; /* Exception Class */ member 613 unsigned long ec:6; /* Exception Class */ member [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | support.h | 94 int ec; member
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | uaccess.h | 277 uint16_t ec; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 852 static inline int mkec(uint8_t e, int32_t ec, ...) in mkec() 857 #define generate_exception_if(p, e, ec...) \ argument 865 #define generate_exception(e, ec...) generate_exception_if(true, e, ##ec) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | traps.c | 1144 uint16_t ec = (offset & ~(X86_XEC_EXT | X86_XEC_IDT)) | X86_XEC_TI; in handle_gdt_ldt_mapping_fault() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 1243 unsigned int fault = TRAP_gp_fault, ec = 0; in svm_emul_swint_injection() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 3434 unsigned long ec; in vmx_idtv_reinject() local
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 4356 unsigned vec, ec; in hvm_inj_exc_process() member 4516 unsigned ec; in hvm_pf_inject_process() member 4520 unsigned ec; in hvm_pf_inject_process() member 4524 unsigned int ec; in hvm_pf_inject_process() local 6312 unsigned trapnr, use_ec, ec; in pv_trap_process() local
|
Completed in 55 milliseconds