Searched refs:emulated (Results 1 – 22 of 22) sorted by relevance
/arch/powerpc/kvm/ |
D | emulate.c | 74 enum emulation_result emulated = EMULATE_DONE; in kvmppc_emulate_instruction() local 92 emulated = kvmppc_handle_load(run, vcpu, rt, 4, 1); in kvmppc_emulate_instruction() 97 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1); in kvmppc_emulate_instruction() 102 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 109 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 123 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 131 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() 143 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() 179 emulated = kvmppc_core_emulate_mfspr(vcpu, sprn, rt); in kvmppc_emulate_instruction() 180 if (emulated == EMULATE_FAIL) { in kvmppc_emulate_instruction() [all …]
|
D | 44x_emulate.c | 52 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op() local 71 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 136 emulated = EMULATE_DO_DCR; in kvmppc_core_emulate_op() 156 emulated = EMULATE_DO_DCR; in kvmppc_core_emulate_op() 165 emulated = kvmppc_44x_emul_tlbwe(vcpu, ra, rs, ws); in kvmppc_core_emulate_op() 173 emulated = kvmppc_44x_emul_tlbsx(vcpu, rt, ra, rb, rc); in kvmppc_core_emulate_op() 180 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 186 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 189 return emulated; in kvmppc_core_emulate_op()
|
/arch/mips/include/asm/ |
D | fpu_emulator.h | 30 unsigned int emulated; member
|
/arch/m68k/ifpsp060/ |
D | CHANGES | 80 PC = PC of instruction being emulated 82 ADDRESS = PC of instruction being emulated 102 PC = PC of instruction being emulated
|
D | ilsp.doc | 128 If the instruction being emulated is a divide and the source
|
D | iskeleton.S | 64 | just emulated.
|
D | fplsp.doc | 111 For example, if the instruction being emulated should cause a
|
D | isp.doc | 180 data registers, and BEFORE the actual emulated transfers occur, the
|
D | fskeleton.S | 245 | This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
|
/arch/m68k/math-emu/ |
D | fp_scan.S | 61 | FPDATA - base of emulated FPU registers 344 | Move an (emulated) ROM constant
|
/arch/mips/math-emu/ |
D | cp1emu.c | 255 fpuemustats.emulated++; in cop1Emulate() 1287 { "emulated", &fpuemustats.emulated }, in debugfs_fpuemu()
|
/arch/arm/kernel/ |
D | entry-armv.S | 257 @ call emulation code, which returns using r9 if it has emulated 463 @ it has emulated the instruction, or the more conventional lr
|
/arch/um/ |
D | Kconfig.char | 236 This driver allows a host file to be used as emulated IO memory inside
|
/arch/frv/ |
D | Kconfig | 365 # instructions to be emulated by the kernel on machines that lack a
|
/arch/sparc/ |
D | Kconfig | 194 is emulated, and therefore it is not completely atomic.
|
/arch/s390/ |
D | Kconfig | 398 to IPL the image from the emulated card reader.
|
/arch/arm/mm/ |
D | Kconfig | 665 that required register must be emulated.
|
/arch/m68k/ |
D | Kconfig | 293 instructions to be emulated by the kernel on machines that lack a
|
/arch/powerpc/ |
D | Kconfig | 268 Older arch/ppc kernels still emulated a few floating point
|
/arch/arm/ |
D | Kconfig | 990 fetch/store instructions will be emulated in software if you say
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 3829 # "FPU Unimplemented" instructions will not be emulated, the exception #
|
D | fpsp.S | 4241 # restored into the machine for the instruction just emulated. 4257 # are emulated in software on the '060. 12042 # Norms can be emulated w/ a regular fmove instruction. For #
|