Home
last modified time | relevance | path

Searched refs:emul (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/mips/math-emu/
Ddsemul.c64 mips_instruction emul; member
195 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback()
261 (u16 __user *)(&fr->emul)); in mips_dsemul()
263 (u16 __user *)((long)(&fr->emul) + 2)); in mips_dsemul()
269 err = __put_user(ir, &fr->emul); in mips_dsemul()
285 regs->cp0_epc = (unsigned long)&fr->emul | isa16; in mips_dsemul()
288 flush_cache_sigtramp((unsigned long)&fr->emul); in mips_dsemul()
Dcp1emu.c1057 emul: in cop1Emulate()
1301 goto emul; in cop1Emulate()
1306 goto emul; in cop1Emulate()
1311 goto emul; in cop1Emulate()
1316 goto emul; in cop1Emulate()
1324 goto emul; in cop1Emulate()
/Linux-v4.19/sound/core/seq/
DMakefile12 snd-seq-midi-emul-objs := seq_midi_emul.o
22 obj-$(CONFIG_SND_SEQ_MIDI_EMUL) += snd-seq-midi-emul.o
/Linux-v4.19/arch/mips/
DMakefile28 32bit-emul = elf32ltsmip
29 64bit-emul = elf64ltsmip
35 32bit-emul = elf32btsmip
36 64bit-emul = elf64btsmip
64 ld-emul = $(32bit-emul)
72 ld-emul = $(64bit-emul)
312 KBUILD_LDFLAGS += -m $(ld-emul)
/Linux-v4.19/drivers/input/keyboard/
Datkbd.c223 unsigned char emul; member
356 if (atkbd->emul == 1) in atkbd_compat_scancode()
360 if (atkbd->emul == 1) in atkbd_compat_scancode()
414 if (atkbd->emul || atkbd_need_xlate(atkbd->xl_bit, code)) { in atkbd_interrupt()
419 if (!atkbd->emul) in atkbd_interrupt()
429 atkbd->emul = 1; in atkbd_interrupt()
432 atkbd->emul = 2; in atkbd_interrupt()
454 if (atkbd->emul && --atkbd->emul) in atkbd_interrupt()
990 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup()
992 atkbd->emul = 0; in atkbd_oqo_01plus_scancode_fixup()
[all …]
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_pr.c1064 int emul, r; in kvmppc_exit_pr_progint() local
1077 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint()
1078 if (emul != EMULATE_DONE) in kvmppc_exit_pr_progint()
1267 int emul; in kvmppc_handle_exit_pr() local
1272 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr()
1273 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr()
1332 int emul; in kvmppc_handle_exit_pr() local
1337 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr()
1339 if (emul == EMULATE_DONE) in kvmppc_handle_exit_pr()
1368 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr() local
[all …]
/Linux-v4.19/arch/x86/boot/
Dgenimage.sh118 -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \
/Linux-v4.19/arch/mips/kernel/
DMakefile98 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o