Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c49 OP_NONE, enumerator
72 { OP_NONE, "OP_NONE", 0 },
1126 return OP_NONE; in infix_get_op()
1169 return OP_NONE; in filter_opstack_top()
1182 return OP_NONE; in filter_opstack_pop()
1212 elt->op = OP_NONE; in postfix_append_operand()
1272 if (op == OP_NONE) { in filter_parse()
1308 while (top_op != OP_NONE) { in filter_parse()
1314 if (top_op == OP_NONE) { in filter_parse()
1332 if (top_op == OP_NONE) in filter_parse()
[all …]
/linux-4.1.27/arch/x86/kvm/
Demulate.c950 ctxt->dst.type = OP_NONE; in em_bsf_c()
958 ctxt->dst.type = OP_NONE; in em_bsr_c()
1744 case OP_NONE: in writeback()
1767 ctxt->dst.type = OP_NONE; in em_push()
2236 ctxt->src.type = OP_NONE; in em_cmpxchg()
2948 ctxt->dst.type = OP_NONE; in emulator_task_switch()
3220 ctxt->dst.type = OP_NONE; in em_cr_write()
3238 ctxt->dst.type = OP_NONE; in em_dr_write()
3288 ctxt->dst.type = OP_NONE; in em_mov_sreg_rm()
3297 ctxt->dst.type = OP_NONE; in em_lldt()
[all …]
/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h218 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/linux-4.1.27/tools/lib/traceevent/
Dparse-filter.c656 OP_NONE, enumerator
727 return OP_NONE; in process_op()
1086 case OP_NONE: in process_filter()