Searched refs:emul (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/loongarch/ |
| H A D | Makefile | 32 32bit-emul = elf32loongarch 33 64bit-emul = elf64loongarch 73 ld-emul = $(32bit-emul) 76 ld-emul = $(32bit-emul) 82 ld-emul = $(64bit-emul) 189 KBUILD_LDFLAGS += -m $(ld-emul)
|
| /linux/arch/mips/math-emu/ |
| H A D | dsemul.c | 64 mips_instruction emul; member 192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback() 264 fr.emul = _emul.word; in mips_dsemul() 267 fr.emul = ir; in mips_dsemul()
|
| /linux/sound/core/seq/ |
| H A D | Makefile | 13 snd-seq-midi-emul-y := seq_midi_emul.o 25 obj-$(CONFIG_SND_SEQ_MIDI_EMUL) += snd-seq-midi-emul.o
|
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 218 u8 emul; member 384 if (atkbd->emul == 1) in atkbd_compat_scancode() 388 if (atkbd->emul == 1) in atkbd_compat_scancode() 457 if (atkbd->emul || atkbd_need_xlate(atkbd->xl_bit, code)) { in atkbd_receive_byte() 462 if (!atkbd->emul) in atkbd_receive_byte() 472 atkbd->emul = 1; in atkbd_receive_byte() 475 atkbd->emul = 2; in atkbd_receive_byte() 495 if (atkbd->emul && --atkbd->emul) in atkbd_receive_byte() 1061 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup() 1063 atkbd->emul = 0; in atkbd_oqo_01plus_scancode_fixup() [all …]
|
| /linux/arch/mips/loongson64/ |
| H A D | Makefile | 13 obj-$(CONFIG_CPU_LOONGSON3_CPUCFG_EMULATION) += cpucfg-emul.o
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_pr.c | 1078 int emul, r; in kvmppc_exit_pr_progint() local 1091 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint() 1092 if (emul != EMULATE_DONE) in kvmppc_exit_pr_progint() 1280 int emul; in kvmppc_handle_exit_pr() local 1285 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr() 1286 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr() 1345 int emul; in kvmppc_handle_exit_pr() local 1350 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr() 1352 if (emul == EMULATE_DONE) in kvmppc_handle_exit_pr() 1381 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr() local [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | Makefile | 98 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o
|
| /linux/ |
| H A D | MAINTAINERS | 20855 F: drivers/pci/pci-bridge-emul.c 20856 F: drivers/pci/pci-bridge-emul.h
|