Home
last modified time | relevance | path

Searched refs:emul (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile25 32bit-emul = elf32loongarch
26 64bit-emul = elf64loongarch
45 ld-emul = $(64bit-emul)
117 KBUILD_LDFLAGS += -m $(ld-emul)
/kernel/linux/linux-5.10/arch/mips/
H A 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)
319 KBUILD_LDFLAGS += -m $(ld-emul)
/kernel/linux/linux-6.6/arch/mips/
H A DMakefile32 32bit-emul = elf32ltsmip
33 64bit-emul = elf64ltsmip
39 32bit-emul = elf32btsmip
40 64bit-emul = elf64btsmip
68 ld-emul = $(32bit-emul)
76 ld-emul = $(64bit-emul)
346 KBUILD_LDFLAGS += -m $(ld-emul)
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Ddsemul.c16 * @emul: The instruction to 'emulate'.
25 * @emul causes a trap itself, is a branch, or a signal is delivered to
49 * - The instruction in @emul may be something entirely invalid for a
64 mips_instruction emul; member
189 * If the PC is at the emul instruction, roll back to the branch. If in dsemul_thread_rollback()
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()
H A Dcp1emu.c39 #include <asm/mips-r2-to-r6-emul.h>
1045 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()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Ddsemul.c16 * @emul: The instruction to 'emulate'.
25 * @emul causes a trap itself, is a branch, or a signal is delivered to
49 * - The instruction in @emul may be something entirely invalid for a
64 mips_instruction emul; member
186 * If the PC is at the emul instruction, roll back to the branch. If in dsemul_thread_rollback()
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()
H A Dcp1emu.c39 #include <asm/mips-r2-to-r6-emul.h>
1045 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()
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile19 32bit-emul = elf32loongarch
20 64bit-emul = elf64loongarch
41 ld-emul = $(64bit-emul)
130 KBUILD_LDFLAGS += -m $(ld-emul)
/kernel/linux/linux-5.10/sound/core/seq/
H A DMakefile12 snd-seq-midi-emul-objs := seq_midi_emul.o
22 obj-$(CONFIG_SND_SEQ_MIDI_EMUL) += snd-seq-midi-emul.o
/kernel/linux/linux-6.6/sound/core/seq/
H A DMakefile13 snd-seq-midi-emul-objs := seq_midi_emul.o
25 obj-$(CONFIG_SND_SEQ_MIDI_EMUL) += snd-seq-midi-emul.o
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A 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()
1072 if (atkbd->translated && atkbd->emul in atkbd_oqo_01plus_scancode_fixup()
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Datkbd.c224 unsigned char emul; member
390 if (atkbd->emul == 1) in atkbd_compat_scancode()
394 if (atkbd->emul == 1) in atkbd_compat_scancode()
464 if (atkbd->emul || atkbd_need_xlate(atkbd->xl_bit, code)) { in atkbd_receive_byte()
469 if (!atkbd->emul) in atkbd_receive_byte()
479 atkbd->emul = 1; in atkbd_receive_byte()
482 atkbd->emul = 2; in atkbd_receive_byte()
504 if (atkbd->emul && --atkbd->emul) in atkbd_receive_byte()
1079 if (atkbd->translated && atkbd->emul in atkbd_oqo_01plus_scancode_fixup()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A 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 in kvmppc_handle_exit_pr() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_pr.c1085 int emul, r; in kvmppc_exit_pr_progint() local
1098 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst); in kvmppc_exit_pr_progint()
1099 if (emul != EMULATE_DONE) in kvmppc_exit_pr_progint()
1287 int emul; in kvmppc_handle_exit_pr() local
1292 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr()
1293 if (emul != EMULATE_DONE) { in kvmppc_handle_exit_pr()
1352 int emul; in kvmppc_handle_exit_pr() local
1357 emul = kvmppc_get_last_inst(vcpu, INST_GENERIC, in kvmppc_handle_exit_pr()
1359 if (emul == EMULATE_DONE) in kvmppc_handle_exit_pr()
1388 int emul in kvmppc_handle_exit_pr() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A DMakefile27 kvm-$(CONFIG_KVM_ARM_PMU) += pmu-emul.o
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dpmu.c303 bool *emul) in pmu_msr_chk_emulated()
308 *emul = xen_amd_pmu_emulate(msr, val, is_read); in pmu_msr_chk_emulated()
310 *emul = xen_intel_pmu_emulate(msr, val, type, index, is_read); in pmu_msr_chk_emulated()
302 pmu_msr_chk_emulated(unsigned int msr, uint64_t *val, bool is_read, bool *emul) pmu_msr_chk_emulated() argument
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dgenimage.sh118 -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A DMakefile25 kvm-$(CONFIG_HW_PERF_EVENTS) += pmu-emul.o pmu.o
/kernel/linux/linux-5.10/arch/mips/loongson64/
H A Dcpucfg-emul.c10 #include <cpucfg-emul.h>
H A Dcop2-ex.c26 #include <asm/unaligned-emul.h>
/kernel/linux/linux-6.6/arch/mips/loongson64/
H A Dcpucfg-emul.c10 #include <cpucfg-emul.h>
H A Dcop2-ex.c26 #include <asm/unaligned-emul.h>
/kernel/linux/linux-5.10/arch/mips/kernel/
H A DMakefile103 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o
/kernel/linux/linux-6.6/arch/mips/kernel/
H A DMakefile98 obj-$(CONFIG_MIPSR2_TO_R6_EMULATOR) += mips-r2-to-r6-emul.o
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dgenimage.sh257 -c boot.cat -no-emul-boot -boot-load-size 4 \

Completed in 22 milliseconds

12