Searched refs:OP_MEM (Results 1 - 2 of 2) sorted by relevance

/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1143 c->src.type = OP_MEM;
1214 c->src.type = OP_MEM;
1228 c->src.type = OP_MEM;
1275 c->dst.type = OP_MEM;
1310 c->dst.type = OP_MEM;
1603 case OP_MEM:
1639 c->dst.type = OP_MEM;
2561 if (c->lock_prefix && (!(c->d & Lock) || c->dst.type != OP_MEM)) {
2600 if (c->src.type == OP_MEM) {
2608 if (c->src2.type == OP_MEM) {
[all...]

Completed in 67 milliseconds