| /arch/powerpc/kvm/ |
| A D | emulate.c | 117 if (emulated == EMULATE_FAIL) in kvmppc_emulate_mtspr() 125 return emulated; in kvmppc_emulate_mtspr() 185 if (emulated == EMULATE_DONE) in kvmppc_emulate_mfspr() 189 return emulated; in kvmppc_emulate_mfspr() 208 return emulated; in kvmppc_emulate_instruction() 247 emulated = EMULATE_DONE; in kvmppc_emulate_instruction() 255 emulated = EMULATE_DONE; in kvmppc_emulate_instruction() 265 emulated = EMULATE_FAIL; in kvmppc_emulate_instruction() 281 emulated = EMULATE_FAIL; in kvmppc_emulate_instruction() 286 emulated = EMULATE_FAIL; in kvmppc_emulate_instruction() [all …]
|
| A D | emulate_loadstore.c | 82 if (emulated != EMULATE_DONE) in kvmppc_emulate_loadstore() 83 return emulated; in kvmppc_emulate_loadstore() 94 emulated = EMULATE_FAIL; in kvmppc_emulate_loadstore() 107 emulated = kvmppc_handle_loads(vcpu, in kvmppc_emulate_loadstore() 110 emulated = kvmppc_handle_load(vcpu, in kvmppc_emulate_loadstore() 127 emulated = kvmppc_handle_loads(vcpu, in kvmppc_emulate_loadstore() 130 emulated = kvmppc_handle_load(vcpu, in kvmppc_emulate_loadstore() 253 emulated = kvmppc_handle_store(vcpu, in kvmppc_emulate_loadstore() 353 emulated = EMULATE_DONE; in kvmppc_emulate_loadstore() 363 if (emulated != EMULATE_FAIL) in kvmppc_emulate_loadstore() [all …]
|
| A D | book3s_paired_singles.c | 175 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_load() local 196 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_load() 213 return emulated; in kvmppc_emulate_fpr_load() 253 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_store() 259 return emulated; in kvmppc_emulate_fpr_store() 292 emulated = EMULATE_DONE; in kvmppc_emulate_psq_load() 302 return emulated; in kvmppc_emulate_psq_load() 326 emulated = EMULATE_DONE; in kvmppc_emulate_psq_store() 332 return emulated; in kvmppc_emulate_psq_store() 639 return emulated; in kvmppc_emulate_paired_single() [all …]
|
| A D | e500_emulate.c | 89 int emulated = EMULATE_DONE; in kvmppc_e500_emul_ehpriv() local 97 emulated = EMULATE_EXIT_USER; in kvmppc_e500_emul_ehpriv() 101 emulated = EMULATE_FAIL; in kvmppc_e500_emul_ehpriv() 103 return emulated; in kvmppc_e500_emul_ehpriv() 131 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_e500() local 189 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_e500() 195 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_e500() 201 return emulated; in kvmppc_core_emulate_op_e500() 207 int emulated = EMULATE_DONE; in kvmppc_core_emulate_mtspr_e500() local 318 return emulated; in kvmppc_core_emulate_mtspr_e500() [all …]
|
| A D | book3s_emulate.c | 246 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 258 emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr() 288 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 363 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 424 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 435 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 620 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 624 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr() 630 return emulated; in kvmppc_core_emulate_op_pr() 861 return emulated; in kvmppc_core_emulate_mtspr_pr() [all …]
|
| A D | booke_emulate.c | 45 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_op() local 71 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 102 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 108 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op() 111 return emulated; in kvmppc_booke_emulate_op() 122 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mtspr() local 369 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mtspr() 376 return emulated; in kvmppc_booke_emulate_mtspr() 381 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mfspr() local 507 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mfspr() [all …]
|
| A D | powerpc.c | 1318 if (emulated != EMULATE_DONE) in kvmppc_handle_vsx_load() 1326 return emulated; in kvmppc_handle_vsx_load() 1461 emulated = kvmppc_handle_store(vcpu, in kvmppc_handle_vsx_store() 1464 if (emulated != EMULATE_DONE) in kvmppc_handle_vsx_store() 1473 return emulated; in kvmppc_handle_vsx_store() 1492 switch (emulated) { in kvmppc_emulate_mmio_vsx_loadstore() 1524 if (emulated != EMULATE_DONE) in kvmppc_handle_vmx_load() 1532 return emulated; in kvmppc_handle_vmx_load() 1644 if (emulated != EMULATE_DONE) in kvmppc_handle_vmx_store() 1652 return emulated; in kvmppc_handle_vmx_store() [all …]
|
| A D | booke.c | 985 enum emulation_result emulated, u32 last_inst) in kvmppc_resume_inst_load() argument 987 switch (emulated) { in kvmppc_resume_inst_load() 1019 enum emulation_result emulated = EMULATE_DONE; in kvmppc_handle_exit() local 1038 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_exit() 1044 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &pinst); in kvmppc_handle_exit() 1074 if (emulated != EMULATE_DONE) { in kvmppc_handle_exit() 1075 r = kvmppc_resume_inst_load(vcpu, emulated, last_inst); in kvmppc_handle_exit()
|
| /arch/m68k/ifpsp060/ |
| A D | CHANGES | 80 PC = PC of instruction being emulated 82 ADDRESS = PC of instruction being emulated 102 PC = PC of instruction being emulated
|
| A D | ilsp.doc | 128 If the instruction being emulated is a divide and the source
|
| A D | fplsp.doc | 111 For example, if the instruction being emulated should cause a
|
| A D | iskeleton.S | 64 | just emulated.
|
| A D | isp.doc | 180 data registers, and BEFORE the actual emulated transfers occur, the
|
| A D | fskeleton.S | 245 | This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
|
| /arch/mips/include/asm/ |
| A D | fpu_emulator.h | 25 unsigned long emulated; member
|
| /arch/s390/kernel/syscalls/ |
| A D | syscalltbl | 91 * SYSCALL(64 bit syscall, 31 bit emulated syscall)
|
| /arch/mips/math-emu/ |
| A D | me-debugfs.c | 54 __this_cpu_write((fpuemustats).emulated, 0); in fpuemustats_clear_show() 210 FPU_STAT_CREATE(emulated); in debugfs_fpuemu()
|
| /arch/m68k/math-emu/ |
| A D | fp_scan.S | 61 | FPDATA - base of emulated FPU registers 344 | Move an (emulated) ROM constant
|
| /arch/powerpc/ |
| A D | Kconfig.debug | 47 emulated by the in-kernel emulator. Counters for the various classes 48 of emulated instructions are available under 53 emulated.
|
| /arch/arc/kernel/ |
| A D | entry-arcv2.S | 142 ; either a dst of emulated LD/ST or src with address-writeback
|
| A D | entry-compact.S | 280 ; either a dst of emulated LD/ST or src with address-writeback
|
| /arch/nios2/ |
| A D | Kconfig | 83 emulated in software if you say Y here, which has a performance
|
| /arch/x86/kvm/ |
| A D | cpuid.c | 378 struct kvm_cpuid_entry2 emulated; in kvm_vcpu_after_set_cpuid() local 387 cpuid_func_emulated(&emulated, cpuid.function, true); in kvm_vcpu_after_set_cpuid() 395 cpuid_get_reg_unsafe(&emulated, cpuid.reg); in kvm_vcpu_after_set_cpuid()
|
| /arch/powerpc/platforms/85xx/ |
| A D | Kconfig | 245 unset based on the emulated CPU (or actual host CPU in the case
|
| /arch/um/ |
| A D | Kconfig | 204 This driver allows a host file to be used as emulated IO memory inside
|