Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kvm/
Dmmio.c296 } else if (inst.M12.major == 6 && inst.M12.m == 1 in emulate_io_inst()
297 && inst.M12.x == 1 && inst.M12.x6 == 1) { in emulate_io_inst()
307 vcpu_set_fpreg(vcpu, inst.M12.f1, &v); in emulate_io_inst()
312 vcpu_set_fpreg(vcpu, inst.M12.f2, &v); in emulate_io_inst()
314 vcpu_set_gr(vcpu, inst.M12.r3, padr, 0); in emulate_io_inst()
Dvcpu.h256 INST64_M12 M12; /* ldfd pair floating pointer */ member