Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kvm/
Dmmio.c254 } else if (inst.M10.major == 7 && inst.M10.x6 == 0x3B) { in emulate_io_inst()
260 vcpu_get_fpreg(vcpu, inst.M10.f2, &v); in emulate_io_inst()
261 temp = vcpu_get_gr(vcpu, inst.M10.r3); in emulate_io_inst()
262 imm = (inst.M10.s << 31) | (inst.M10.i << 30) | in emulate_io_inst()
263 (inst.M10.imm7 << 23); in emulate_io_inst()
265 vcpu_set_gr(vcpu, inst.M10.r3, temp, 0); in emulate_io_inst()
273 } else if (inst.M10.major == 7 && inst.M10.x6 == 0x31) { in emulate_io_inst()
279 vcpu_get_fpreg(vcpu, inst.M10.f2, &v); in emulate_io_inst()
281 temp = vcpu_get_gr(vcpu, inst.M10.r3); in emulate_io_inst()
282 imm = (inst.M10.s << 31) | (inst.M10.i << 30) | in emulate_io_inst()
[all …]
Dvcpu.h255 INST64_M10 M10; /* stfd floating pointer */ member
/linux-2.6.39/sound/soc/imx/
DKconfig34 tristate "SoC audio support for Visstrim M10 boards"