Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h491 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/arch/arm/arm64/
A Dtraps.c39 hsr.bits, hsr.ec, hsr.len, hsr.iss); in do_bad_mode()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtraps.c556 .ec = HSR_EC_UNKNOWN, in inject_undef64_exception()
586 esr.ec = prefetch in inject_abt64_exception()
589 esr.ec = prefetch in inject_abt64_exception()
667 switch ( hsr.ec ) in inject_vabt_exception()
1621 if ( hsr.ec == HSR_EC_UNKNOWN || in check_conditional_instr()
1622 (hsr.ec >= 0x10 && hsr.ec != HSR_EC_SMC32) ) in check_conditional_instr()
2108 switch (hsr.ec) { in do_trap_guest_sync()
2225 hsr.bits, hsr.ec, hsr.len, hsr.iss); in do_trap_guest_sync()
2236 switch ( hsr.ec ) in do_trap_hyp_sync()
2246 bool is_data = (hsr.ec == HSR_EC_DATA_ABORT_CURR_EL); in do_trap_hyp_sync()
[all …]
A Dvsmc.c251 switch ( hsr.ec ) in vsmccc_handle_call()
A Dvtimer.c324 switch (hsr.ec) { in vtimer_emulate()
A Dvgic-v3.c1530 ASSERT (hsr.ec == HSR_EC_SYSREG); in vgic_v3_emulate_sysreg()
1567 switch (hsr.ec) in vgic_v3_emulate_reg()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dsupport.h94 int ec; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dextable.c115 .fields.ec = regs->error_code, in search_exception_table()
A Dtraps.c1144 uint16_t ec = (offset & ~(X86_XEC_EXT | X86_XEC_IDT)) | X86_XEC_TI; in handle_gdt_ldt_mapping_fault() local
1146 pv_inject_hw_exception(TRAP_gp_fault, ec); in handle_gdt_ldt_mapping_fault()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Duaccess.h277 uint16_t ec; member
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S500 subq $8,UREGS_rsp(%rsp) # add ec/ev to previous stack frame
507 rep; movsq # make room for ec/ev
508 1: movq UREGS_error_code(%rsp),%rax # ec/ev
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1243 unsigned int fault = TRAP_gp_fault, ec = 0; in svm_emul_swint_injection() local
1259 ec = (trap << 3) | X86_XEC_IDT | in svm_emul_swint_injection()
1290 ec = pfinfo.ec; in svm_emul_swint_injection()
1341 event->error_code = ec; in svm_emul_swint_injection()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c4356 unsigned vec, ec; in hvm_inj_exc_process() member
4368 r->vec, r->ec); in hvm_inj_exc_process()
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
4531 ec = r->x64.ec; in hvm_pf_inject_process()
4534 ec = r->x32.ec; in hvm_pf_inject_process()
4542 cr2, ec); in hvm_pf_inject_process()
6312 unsigned trapnr, use_ec, ec; in pv_trap_process() local
6318 ec = r->x64.error_code; in pv_trap_process()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c2964 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in hvm_task_switch()
3004 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in hvm_task_switch()
3011 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in hvm_task_switch()
3060 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in hvm_task_switch()
3101 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in hvm_task_switch()
3141 pfinfo->ec = pfec & ~PFEC_implicit; in hvm_translate_get_page()
A Demulate.c576 x86_emul_pagefault(pfinfo.ec, pfinfo.linear, &hvmemul_ctxt->ctxt); in hvmemul_map_linear_addr()
1064 x86_emul_pagefault(pfinfo.ec, pfinfo.linear, &hvmemul_ctxt->ctxt); in __hvmemul_read()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvvmx.c485 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in decode_vmx_inst()
1776 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in nvmx_handle_vmptrst()
1865 hvm_inject_page_fault(pfinfo.ec, pfinfo.linear); in nvmx_handle_vmread()
A Dvmx.c3434 unsigned long ec; in vmx_idtv_reinject() local
3436 __vmread(IDT_VECTORING_ERROR_CODE, &ec); in vmx_idtv_reinject()
3437 __vmwrite(VM_ENTRY_EXCEPTION_ERROR_CODE, ec); in vmx_idtv_reinject()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c852 static inline int mkec(uint8_t e, int32_t ec, ...) in mkec() argument
854 return (e < 32 && ((1u << e) & EXC_HAS_EC)) ? ec : X86_EVENT_NO_EC; in mkec()
857 #define generate_exception_if(p, e, ec...) \ argument
859 x86_emul_hw_exception(e, mkec(e, ##ec, 0), ctxt); \
865 #define generate_exception(e, ec...) generate_exception_if(true, e, ##ec) argument
885 res_.fields.trapnr, res_.fields.ec, __LINE__); \
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c202 x86_emul_pagefault(pfinfo.ec, pfinfo.linear, &sh_ctxt->ctxt); in hvm_read()

Completed in 85 milliseconds