/arch/powerpc/kvm/ |
D | emulate.c | 150 enum emulation_result emulated = EMULATE_DONE; in kvmppc_emulate_instruction() local 175 emulated = kvmppc_handle_load(run, vcpu, rt, 4, 1); in kvmppc_emulate_instruction() 180 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1); in kvmppc_emulate_instruction() 192 emulated = kvmppc_handle_load(run, vcpu, rt, 1, 1); in kvmppc_emulate_instruction() 198 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 205 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 219 emulated = kvmppc_handle_store(run, vcpu, in kvmppc_emulate_instruction() 227 emulated = kvmppc_handle_loads(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() 232 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() 244 emulated = kvmppc_handle_load(run, vcpu, rt, 2, 1); in kvmppc_emulate_instruction() [all …]
|
D | 44x_emulate.c | 39 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op() local 86 emulated = EMULATE_DO_DCR; in kvmppc_core_emulate_op() 107 emulated = EMULATE_DO_DCR; in kvmppc_core_emulate_op() 116 emulated = kvmppc_44x_emul_tlbwe(vcpu, ra, rs, ws); in kvmppc_core_emulate_op() 124 emulated = kvmppc_44x_emul_tlbsx(vcpu, rt, ra, rb, rc); in kvmppc_core_emulate_op() 131 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 137 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 140 if (emulated == EMULATE_FAIL) in kvmppc_core_emulate_op() 141 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance); in kvmppc_core_emulate_op() 143 return emulated; in kvmppc_core_emulate_op() [all …]
|
D | e500_emulate.c | 30 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op() local 39 emulated = kvmppc_e500_emul_tlbre(vcpu); in kvmppc_core_emulate_op() 43 emulated = kvmppc_e500_emul_tlbwe(vcpu); in kvmppc_core_emulate_op() 48 emulated = kvmppc_e500_emul_tlbsx(vcpu,rb); in kvmppc_core_emulate_op() 54 emulated = kvmppc_e500_emul_tlbivax(vcpu, ra, rb); in kvmppc_core_emulate_op() 58 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 64 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 67 if (emulated == EMULATE_FAIL) in kvmppc_core_emulate_op() 68 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance); in kvmppc_core_emulate_op() 70 return emulated; in kvmppc_core_emulate_op() [all …]
|
D | book3s_paired_singles.c | 184 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_load() local 200 emulated = kvmppc_handle_load(run, vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_fpr_load() 205 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_load() 222 return emulated; in kvmppc_emulate_fpr_load() 228 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_store() local 260 emulated = kvmppc_handle_store(run, vcpu, val, len, 1); in kvmppc_emulate_fpr_store() 262 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_store() 268 return emulated; in kvmppc_emulate_fpr_store() 274 int emulated = EMULATE_FAIL; in kvmppc_emulate_psq_load() local 291 emulated = kvmppc_handle_load(run, vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_psq_load() [all …]
|
D | booke_emulate.c | 42 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_op() local 56 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 90 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 96 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 99 return emulated; in kvmppc_booke_emulate_op() 104 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mtspr() local 190 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mtspr() 193 return emulated; in kvmppc_booke_emulate_mtspr() 198 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mfspr() local 268 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mfspr() [all …]
|
D | book3s_emulate.c | 89 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op() local 102 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 192 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 203 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 258 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 262 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op() 265 if (emulated == EMULATE_FAIL) in kvmppc_core_emulate_op() 266 emulated = kvmppc_emulate_paired_single(run, vcpu); in kvmppc_core_emulate_op() 268 return emulated; in kvmppc_core_emulate_op() 318 int emulated = EMULATE_DONE; in kvmppc_core_emulate_mtspr() local [all …]
|
/arch/mips/include/asm/ |
D | fpu_emulator.h | 33 local_t 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/powerpc/ |
D | Kconfig.debug | 57 emulated by the in-kernel emulator. Counters for the various classes 58 of emulated instructions are available under 63 emulated.
|
D | Kconfig | 312 Older arch/ppc kernels still emulated a few floating point
|
/arch/unicore32/ |
D | Kconfig | 167 fetch/store instructions will be emulated in software if you say
|
/arch/um/ |
D | Kconfig.um | 154 This driver allows a host file to be used as emulated IO memory inside
|
/arch/mips/math-emu/ |
D | cp1emu.c | 276 MIPS_FPU_EMU_INC_STATS(emulated); in cop1Emulate() 1402 FPU_STAT_CREATE(emulated); in debugfs_fpuemu()
|
/arch/arm/kernel/ |
D | entry-armv.S | 450 @ The emulation code returns using r9 if it has emulated the
|
/arch/m68k/ |
D | Kconfig.cpu | 266 instructions to be emulated by the kernel on machines that lack a
|
/arch/unicore32/kernel/ |
D | entry.S | 377 @ it has emulated the instruction, or the more conventional lr
|
/arch/sparc/ |
D | Kconfig | 213 is emulated, and therefore it is not completely atomic.
|
/arch/s390/ |
D | Kconfig | 426 to IPL the image from the emulated card reader.
|
/arch/arm/mm/ |
D | Kconfig | 790 that required register must be emulated.
|