Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/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)
224 LDFLAGS += -m $(ld-emul)
/linux-2.6.39/arch/mips/math-emu/
Ddsemul.c47 mips_instruction emul; member
95 err = __put_user(ir, &fr->emul); in mips_dsemul()
105 regs->cp0_epc = (unsigned long) &fr->emul; in mips_dsemul()
Dcp1emu.c274 emul: in cop1Emulate()
506 goto emul; in cop1Emulate()
510 goto emul; in cop1Emulate()
/linux-2.6.39/drivers/input/keyboard/
Datkbd.c223 unsigned char emul; member
350 if (atkbd->emul == 1) in atkbd_compat_scancode()
354 if (atkbd->emul == 1) in atkbd_compat_scancode()
408 if (atkbd->emul || atkbd_need_xlate(atkbd->xl_bit, code)) { in atkbd_interrupt()
413 if (!atkbd->emul) in atkbd_interrupt()
423 atkbd->emul = 1; in atkbd_interrupt()
426 atkbd->emul = 2; in atkbd_interrupt()
448 if (atkbd->emul && --atkbd->emul) in atkbd_interrupt()
960 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup()
962 atkbd->emul = 0; in atkbd_oqo_01plus_scancode_fixup()
/linux-2.6.39/arch/x86/boot/
DMakefile186 -no-emul-boot -boot-load-size 4 -boot-info-table \