Home
last modified time | relevance | path

Searched refs:TRC_64_FLAG (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Dtrace.h199 #define TRC_HVM_VMEXIT64 (TRC_HVM_ENTRYEXIT + TRC_64_FLAG + 0x02)
201 #define TRC_HVM_PF_XEN64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x01)
203 #define TRC_HVM_PF_INJECT64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x02)
210 #define TRC_HVM_CR_READ64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x08)
212 #define TRC_HVM_CR_WRITE64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x09)
224 #define TRC_HVM_INVLPG64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x14)
230 #define TRC_HVM_LMSW64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x19)
283 #define TRC_64_FLAG 0x100 /* Addresses are 64 bits (instead of 32 bits) */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtrace.c43 event |= TRC_64_FLAG; in __trace_pv_trap()
76 event |= TRC_64_FLAG; in __trace_pv_page_fault()
90 event |= TRC_64_FLAG; in __trace_trap_one_addr()
114 event |= TRC_64_FLAG; in __trace_trap_two_addr()
156 event |= TRC_64_FLAG; in __trace_ptwr_emulation()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c4192 if(ri->event & TRC_64_FLAG) { in hvm_cr_write_process()
4528 if(ri->event & TRC_64_FLAG) { in hvm_pf_inject_process()
4622 & ~(TRC_64_FLAG|HVM_IO_ASSIST_WRITE); in hvm_generic_postprocess()
4702 if(evt & TRC_64_FLAG) { in hvm_generic_dump()
4703 evt &= ~(TRC_64_FLAG); in hvm_generic_dump()
4814 case TRC_HVM_IOMEM_READ|TRC_64_FLAG: in hvm_handler_process()
4815 case TRC_HVM_IOMEM_WRITE|TRC_64_FLAG: in hvm_handler_process()
5047 if ( ri->event & TRC_64_FLAG ) in hvm_vmexit_process()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c46 event |= TRC_64_FLAG; in hvmtrace_io_assist()

Completed in 38 milliseconds