Home
last modified time | relevance | path

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

/Linux-v5.10/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()
267 fr.emul = _emul.word; in mips_dsemul()
270 fr.emul = ir; in mips_dsemul()
Dcp1emu.c1045 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()
/Linux-v5.10/arch/mips/
DMakefile33 32bit-emul = elf32ltsmip
34 64bit-emul = elf64ltsmip
40 32bit-emul = elf32btsmip
41 64bit-emul = elf64btsmip
69 ld-emul = $(32bit-emul)
77 ld-emul = $(64bit-emul)
300 KBUILD_LDFLAGS += -m $(ld-emul)
/Linux-v5.10/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-v5.10/drivers/input/keyboard/
Datkbd.c225 unsigned char emul; member
393 if (atkbd->emul == 1) in atkbd_compat_scancode()
397 if (atkbd->emul == 1) in atkbd_compat_scancode()
453 if (atkbd->emul || atkbd_need_xlate(atkbd->xl_bit, code)) { in atkbd_interrupt()
458 if (!atkbd->emul) in atkbd_interrupt()
468 atkbd->emul = 1; in atkbd_interrupt()
471 atkbd->emul = 2; in atkbd_interrupt()
493 if (atkbd->emul && --atkbd->emul) in atkbd_interrupt()
1029 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup()
1031 atkbd->emul = 0; in atkbd_oqo_01plus_scancode_fixup()
[all …]
/Linux-v5.10/arch/mips/loongson64/
DMakefile13 obj-$(CONFIG_CPU_LOONGSON3_CPUCFG_EMULATION) += cpucfg-emul.o
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_pr.c1097 int emul, r; in kvmppc_exit_pr_progint() local
1110 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint()
1111 if (emul != EMULATE_DONE) in kvmppc_exit_pr_progint()
1299 int emul; in kvmppc_handle_exit_pr() local
1304 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr()
1305 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr()
1364 int emul; in kvmppc_handle_exit_pr() local
1369 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr()
1371 if (emul == EMULATE_DONE) in kvmppc_handle_exit_pr()
1400 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr() local
[all …]
/Linux-v5.10/arch/arm64/kvm/
DMakefile27 kvm-$(CONFIG_KVM_ARM_PMU) += pmu-emul.o
/Linux-v5.10/drivers/pci/
DMakefile24 obj-$(CONFIG_PCI_BRIDGE_EMUL) += pci-bridge-emul.o
/Linux-v5.10/arch/x86/boot/
Dgenimage.sh118 -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \
/Linux-v5.10/arch/mips/kernel/
DMakefile103 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o