Home
last modified time | relevance | path

Searched refs:OP_REG (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dkvm_emulate.h165 enum { OP_REG, OP_MEM, OP_IMM, OP_NONE } type; enumerator
/linux-2.6.39/arch/x86/kvm/
Demulate.c635 op->type = OP_REG; in decode_register_operand()
670 op->type = OP_REG; in decode_modrm()
794 if (c->dst.type == OP_MEM && c->src.type == OP_REG) { in fetch_bit_operand()
1079 case OP_REG: in writeback()
2269 c->dst.type = OP_REG; in em_ret_near_imm()
2299 c->dst.type = OP_REG; in em_cwd()
2825 c->src.type = OP_REG; in x86_decode_insn()
2907 c->dst.type = OP_REG; in x86_decode_insn()
3208 c->dst.type = OP_REG; in x86_emulate_insn()
3224 c->dst.type = OP_REG; in x86_emulate_insn()
[all …]