Lines Matching refs:op

28 	enum intel_pt_insn_op op = INTEL_PT_OP_OTHER;  in intel_pt_insn_decoder()  local
36 intel_pt_insn->op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder()
49 op = INTEL_PT_OP_VMENTRY; in intel_pt_insn_decoder()
55 op = INTEL_PT_OP_ERETS; in intel_pt_insn_decoder()
59 op = INTEL_PT_OP_ERETU; in intel_pt_insn_decoder()
72 op = INTEL_PT_OP_SYSCALL; in intel_pt_insn_decoder()
77 op = INTEL_PT_OP_SYSRET; in intel_pt_insn_decoder()
81 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
89 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
94 intel_pt_insn->op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
105 op = INTEL_PT_OP_RET; in intel_pt_insn_decoder()
109 op = INTEL_PT_OP_IRET; in intel_pt_insn_decoder()
113 op = INTEL_PT_OP_INT; in intel_pt_insn_decoder()
117 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
121 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
125 op = INTEL_PT_OP_LOOP; in intel_pt_insn_decoder()
129 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
134 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
138 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
146 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
151 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
162 intel_pt_insn->op = op; in intel_pt_insn_decoder()
258 const char *intel_pt_insn_name(enum intel_pt_insn_op op) in intel_pt_insn_name() argument
260 return branch_name[op]; in intel_pt_insn_name()
270 intel_pt_insn_name(intel_pt_insn->op), in intel_pt_insn_desc()
276 intel_pt_insn_name(intel_pt_insn->op)); in intel_pt_insn_desc()
283 int intel_pt_insn_type(enum intel_pt_insn_op op) in intel_pt_insn_type() argument
285 switch (op) { in intel_pt_insn_type()