Searched refs:emulated (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A D44x_emulate.c39 int emulated = EMULATE_DONE; local
85 emulated = EMULATE_DO_DCR;
105 emulated = EMULATE_DO_DCR;
114 emulated = kvmppc_44x_emul_tlbwe(vcpu, ra, rs, ws);
122 emulated = kvmppc_44x_emul_tlbsx(vcpu, rt, ra, rb, rc);
129 emulated = EMULATE_FAIL;
135 emulated = EMULATE_FAIL;
138 if (emulated == EMULATE_FAIL)
139 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance);
141 return emulated;
146 int emulated = EMULATE_DONE; local
167 int emulated = EMULATE_DONE; local
[all...]
H A Demulate.c126 enum emulation_result emulated = EMULATE_DONE; local
150 emulated = kvmppc_handle_load(run, vcpu, rt, 4, 1);
155 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1);
167 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1);
173 emulated = kvmppc_handle_store(run, vcpu,
180 emulated = kvmppc_handle_store(run, vcpu,
194 emulated = kvmppc_handle_store(run, vcpu,
202 emulated = kvmppc_handle_loads(run, vcpu, rt, 2, 1);
207 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1);
219 emulated
[all...]
H A De500_emulate.c30 int emulated = EMULATE_DONE; local
39 emulated = kvmppc_e500_emul_tlbre(vcpu);
43 emulated = kvmppc_e500_emul_tlbwe(vcpu);
48 emulated = kvmppc_e500_emul_tlbsx(vcpu,rb);
54 emulated = kvmppc_e500_emul_tlbivax(vcpu, ra, rb);
58 emulated = EMULATE_FAIL;
64 emulated = EMULATE_FAIL;
67 if (emulated == EMULATE_FAIL)
68 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance);
70 return emulated;
76 int emulated = EMULATE_DONE; local
142 int emulated = EMULATE_DONE; local
[all...]
H A Dbook3s_paired_singles.c182 int emulated = EMULATE_FAIL; local
198 emulated = kvmppc_handle_load(run, vcpu, KVM_REG_FPR | rs, len, 1);
202 emulated = EMULATE_DONE;
219 return emulated;
225 int emulated = EMULATE_FAIL; local
257 emulated = kvmppc_handle_store(run, vcpu, val, len, 1);
259 emulated = EMULATE_DONE;
265 return emulated;
271 int emulated = EMULATE_FAIL; local
288 emulated
312 int emulated = EMULATE_FAIL; local
639 enum emulation_result emulated = EMULATE_DONE; local
[all...]
H A Dbooke_emulate.c41 int emulated = EMULATE_DONE; local
55 emulated = EMULATE_FAIL;
89 emulated = EMULATE_FAIL;
95 emulated = EMULATE_FAIL;
98 return emulated;
103 int emulated = EMULATE_DONE; local
189 emulated = EMULATE_FAIL;
192 return emulated;
197 int emulated = EMULATE_DONE; local
263 emulated
[all...]
H A Dbook3s_emulate.c69 int emulated = EMULATE_DONE; local
82 emulated = EMULATE_FAIL;
171 emulated = EMULATE_FAIL;
182 emulated = EMULATE_FAIL;
233 emulated = EMULATE_FAIL;
237 emulated = EMULATE_FAIL;
240 if (emulated == EMULATE_FAIL)
241 emulated = kvmppc_emulate_paired_single(run, vcpu);
243 return emulated;
321 int emulated local
429 int emulated = EMULATE_DONE; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfpu_emulator.h33 local_t emulated; member in struct:mips_fpu_emulator_stats
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdialog.tex16 Under Windows 3, modal dialogs have to be emulated using
H A Dpagedlg.tex7 otherwise it is emulated.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_host.h449 * True for emulated SCSI host adapters (e.g. ATAPI).
451 unsigned emulated:1; member in struct:scsi_host_template
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_scan.S61 | FPDATA - base of emulated FPU registers
340 | Move an (emulated) ROM constant
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dscsiglue.c556 /* emulated HBA */
557 .emulated = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dps3rom.c352 .emulated = 1, /* only sg driver uses this */
H A Dsg.c1008 return put_user(sdp->device->host->hostt->emulated, ip);
2612 scsidp->host->hostt->emulated);
H A Dhptiop.c926 .emulated = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/image/
H A Dmicrotek.c650 .emulated = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S245 | This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
H A Diskeleton.S64 | just emulated.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-armv.S267 @ call emulation code, which returns using r9 if it has emulated
477 @ it has emulated the instruction, or the more conventional lr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dcp1emu.c728 * as a proxy for the FR bit so that a 64-bit FPU is emulated. In any
784 * The instruction to be emulated is in a branch delay slot
819 MIPS_FPU_EMU_INC_STATS(emulated);
1988 FPU_STAT_CREATE(emulated);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S263 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparccpuid.S263 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_main.c2702 kdb_printf("emulated 'pipe'.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dlinit.c1071 .emulated = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibata.h1175 .emulated = ATA_SHT_EMULATED, \

Completed in 460 milliseconds

12