Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/math-emu/
Ddsemul.c28 mips_instruction emul; member
77 err = __put_user(ir >> 16, (u16 __user *)(&fr->emul)); in mips_dsemul()
78 err |= __put_user(ir & 0xffff, (u16 __user *)((long)(&fr->emul) + 2)); in mips_dsemul()
82 err = __put_user(ir, &fr->emul); in mips_dsemul()
94 regs->cp0_epc = ((unsigned long) &fr->emul) | in mips_dsemul()
97 flush_cache_sigtramp((unsigned long)&fr->emul); in mips_dsemul()
Dcp1emu.c1047 emul: in cop1Emulate()
1285 goto emul; in cop1Emulate()
1290 goto emul; in cop1Emulate()
1295 goto emul; in cop1Emulate()
1300 goto emul; in cop1Emulate()
1308 goto emul; in cop1Emulate()
/linux-4.1.27/sound/core/seq/
DMakefile11 snd-seq-midi-emul-objs := seq_midi_emul.o
26 obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-seq-midi-event.o snd-seq-midi-emul.o
27 obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-seq-midi-event.o snd-seq-midi-emul.o
28 obj-$(CONFIG_SND_SBAWE_SEQ) += snd-seq-midi-emul.o snd-seq-virmidi.o
29 obj-$(CONFIG_SND_EMU10K1_SEQ) += snd-seq-midi-emul.o snd-seq-virmidi.o
/linux-4.1.27/arch/mips/
DMakefile25 32bit-emul = elf32ltsmip
26 64bit-emul = elf64ltsmip
32 32bit-emul = elf32btsmip
33 64bit-emul = elf64btsmip
61 ld-emul = $(32bit-emul)
69 ld-emul = $(64bit-emul)
275 LDFLAGS += -m $(ld-emul)
/linux-4.1.27/arch/arm64/kvm/
DMakefile24 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2-emul.o
27 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v3-emul.o
/linux-4.1.27/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-4.1.27/arch/powerpc/kvm/
Dbook3s_pr.c1027 int emul; in kvmppc_handle_exit_pr() local
1032 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr()
1033 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr()
1081 int emul; in kvmppc_handle_exit_pr() local
1086 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr()
1087 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr()
1146 int emul; in kvmppc_handle_exit_pr() local
1151 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr()
1153 if (emul == EMULATE_DONE) in kvmppc_handle_exit_pr()
1182 int emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_handle_exit_pr() local
[all …]
/linux-4.1.27/arch/arm/kvm/
DMakefile25 obj-y += $(KVM)/arm/vgic-v2-emul.o
/linux-4.1.27/arch/mips/kernel/
DMakefile93 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o
/linux-4.1.27/arch/x86/boot/
DMakefile178 -no-emul-boot -boot-load-size 4 -boot-info-table \