Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c49 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/
Demulate.c947 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/
Dkvm_emulate.h230 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/
Dparse-filter.c656 OP_NONE, enumerator
727 return OP_NONE; in process_op()
1086 case OP_NONE: in process_filter()