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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events_filter.c41 OP_NONE, enumerator in enum:filter_op_ids
61 { OP_NONE, "OP_NONE", 0 },
881 for (i = 0; strcmp(ps->ops[i].string, "OP_NONE"); i++) {
899 for (i = 0; strcmp(ps->ops[i].string, "OP_NONE"); i++) {
908 for (i = 0; strcmp(ps->ops[i].string, "OP_NONE"); i++) {
913 return OP_NONE;
956 return OP_NONE;
969 return OP_NONE;
999 elt->op = OP_NONE;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1625 case OP_NONE:
1754 c->dst.type = OP_NONE;
2521 c->dst.type = OP_NONE;
2750 c->dst.type = OP_NONE; /* nothing to writeback */
2832 c->dst.type = OP_NONE; /* Disable writeback. */
2842 c->dst.type = OP_NONE; /* nop */
2867 c->dst.type = OP_NONE; /* Disable writeback. */
2937 c->dst.type = OP_NONE; /* Disable writeback. */
2963 c->dst.type = OP_NONE; /* Disable writeback. */
2971 c->dst.type = OP_NONE; /* Disabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_emulate.h153 enum { OP_REG, OP_MEM, OP_IMM, OP_NONE } type; enumerator in enum:operand::__anon10546

Completed in 54 milliseconds