Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dtrace_events_filter.c47 OP_NONE, enumerator
67 { OP_NONE, "OP_NONE", 0 },
1108 return OP_NONE; in infix_get_op()
1151 return OP_NONE; in filter_opstack_top()
1164 return OP_NONE; in filter_opstack_pop()
1194 elt->op = OP_NONE; in postfix_append_operand()
1254 if (op == OP_NONE) { in filter_parse()
1290 while (top_op != OP_NONE) { in filter_parse()
1296 if (top_op == OP_NONE) { in filter_parse()
1314 if (top_op == OP_NONE) in filter_parse()
[all …]
/linux-3.4.99/arch/x86/kvm/
Demulate.c1390 case OP_NONE: in writeback()
1408 ctxt->dst.type = OP_NONE; in em_push()
2571 ctxt->dst.type = OP_NONE; in emulator_task_switch()
2724 ctxt->dst.type = OP_NONE; in em_cmp()
2732 ctxt->dst.type = OP_NONE; in em_test()
2803 ctxt->dst.type = OP_NONE; in em_cr_write()
2821 ctxt->dst.type = OP_NONE; in em_dr_write()
2869 ctxt->dst.type = OP_NONE; in em_mov_sreg_rm()
2888 ctxt->dst.type = OP_NONE; in em_invlpg()
2916 ctxt->dst.type = OP_NONE; in em_vmcall()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h203 enum { OP_REG, OP_MEM, OP_IMM, OP_XMM, OP_NONE } type; enumerator