Searched refs:OP_NONE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 49 OP_NONE, enumerator 72 { OP_NONE, "OP_NONE", 0 }, 1177 return OP_NONE; in infix_get_op() 1220 return OP_NONE; in filter_opstack_top() 1233 return OP_NONE; in filter_opstack_pop() 1263 elt->op = OP_NONE; in postfix_append_operand() 1323 if (op == OP_NONE) { in filter_parse() 1359 while (top_op != OP_NONE) { in filter_parse() 1365 if (top_op == OP_NONE) { in filter_parse() 1383 if (top_op == OP_NONE) in filter_parse() [all …]
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 947 ctxt->dst.type = OP_NONE; in em_bsf_c() 955 ctxt->dst.type = OP_NONE; in em_bsr_c() 1741 case OP_NONE: in writeback() 1764 ctxt->dst.type = OP_NONE; in em_push() 2233 ctxt->src.type = OP_NONE; in em_cmpxchg() 3249 ctxt->dst.type = OP_NONE; in emulator_task_switch() 3521 ctxt->dst.type = OP_NONE; in em_cr_write() 3539 ctxt->dst.type = OP_NONE; in em_dr_write() 3589 ctxt->dst.type = OP_NONE; in em_mov_sreg_rm() 3598 ctxt->dst.type = OP_NONE; in em_lldt() [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 230 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
|
/linux-4.4.14/tools/lib/traceevent/ |
D | parse-filter.c | 656 OP_NONE, enumerator 727 return OP_NONE; in process_op() 1086 case OP_NONE: in process_filter()
|