Searched refs:emul (Results 1 – 6 of 6) sorted by relevance
64 mips_instruction emul; member195 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback()267 fr.emul = _emul.word; in mips_dsemul()270 fr.emul = ir; in mips_dsemul()
1045 emul: in cop1Emulate()1289 goto emul; in cop1Emulate()1294 goto emul; in cop1Emulate()1299 goto emul; in cop1Emulate()1304 goto emul; in cop1Emulate()1312 goto emul; in cop1Emulate()
30 32bit-emul = elf32ltsmip31 64bit-emul = elf64ltsmip37 32bit-emul = elf32btsmip38 64bit-emul = elf64btsmip66 ld-emul = $(32bit-emul)74 ld-emul = $(64bit-emul)319 KBUILD_LDFLAGS += -m $(ld-emul)
118 -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \
1062 int emul, r; in kvmppc_exit_pr_progint() local1075 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint()1076 if (emul != EMULATE_DONE) in kvmppc_exit_pr_progint()1264 int emul; in kvmppc_handle_exit_pr() local1269 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr()1270 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr()1329 int emul; in kvmppc_handle_exit_pr() local1334 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr()1336 if (emul == EMULATE_DONE) in kvmppc_handle_exit_pr()1365 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr() local[all …]
97 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o