| /arch/powerpc/kvm/ |
| A D | trace.h | 14 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate), 15 TP_ARGS(inst, _pc, emulate), 20 __field( unsigned int, emulate ) 26 __entry->emulate = emulate; 30 __entry->inst, __entry->pc, __entry->emulate)
|
| A D | Makefile | 18 emulate.o \ 30 emulate.o \ 42 emulate.o \ 114 emulate.o \
|
| A D | Kconfig | 98 on POWER7 or later processors, and cannot emulate a 119 and can emulate processors that are different from the host 242 host kernel, rather than relying on userspace to emulate.
|
| /arch/arm/probes/ |
| A D | decode-thumb.h | 88 bool emulate, const union decode_action *actions, 92 bool emulate, const union decode_action *actions,
|
| A D | decode-thumb.c | 863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn() argument 869 emulate, actions, checkers); in thumb16_probes_decode_insn() 874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn() argument 880 emulate, actions, checkers); in thumb32_probes_decode_insn()
|
| A D | decode.c | 413 bool emulate, const union decode_action *actions, in probes_decode_insn() argument 442 if (emulate) in probes_decode_insn() 458 if (!decode_regs(&insn, regs, emulate)) in probes_decode_insn() 501 if (!emulate) in probes_decode_insn()
|
| A D | decode-arm.h | 64 struct arch_probes_insn *, bool emulate,
|
| A D | decode-arm.c | 721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument 727 emulate, actions, checkers); in arm_probes_decode_insn()
|
| A D | decode.h | 381 const union decode_item *table, bool thumb, bool emulate,
|
| /arch/x86/kernel/ |
| A D | static_call.c | 56 const void *emulate = NULL; in __static_call_transform() local 69 emulate = code; in __static_call_transform() 111 smp_text_poke_single(insn, code, size, emulate); in __static_call_transform()
|
| A D | uprobes.c | 627 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member 828 .emulate = branch_emulate_op, 833 .emulate = push_emulate_op, 1178 if (auprobe->ops->emulate) in __skip_sstep() 1179 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
|
| A D | alternative.c | 2969 …tic void __smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate) in __smp_text_poke_batch_add() argument 2980 if (!emulate) in __smp_text_poke_batch_add() 2981 emulate = opcode; in __smp_text_poke_batch_add() 2983 ret = insn_decode_kernel(&insn, emulate); in __smp_text_poke_batch_add() 3028 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add() 3034 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add() 3082 void __ref smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate) in smp_text_poke_batch_add() argument 3086 __smp_text_poke_batch_add(addr, opcode, len, emulate); in smp_text_poke_batch_add() 3101 void __ref smp_text_poke_single(void *addr, const void *opcode, size_t len, const void *emulate) in smp_text_poke_single() argument 3103 smp_text_poke_batch_add(addr, opcode, len, emulate); in smp_text_poke_single()
|
| /arch/arm/nwfpe/ |
| A D | entry.S | 73 emulate: label 82 bl EmulateAll @ emulate the instruction 100 b emulate @ check condition and emulate
|
| /arch/mips/kvm/ |
| A D | Makefile | 11 kvm-y += mips.o emulate.o entry.o \
|
| /arch/x86/include/asm/ |
| A D | text-patching.h | 42 extern void smp_text_poke_single(void *addr, const void *opcode, size_t len, const void *emulate); 44 extern void smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate…
|
| /arch/m68k/fpsp040/ |
| A D | x_fline.S | 70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave 78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
|
| A D | sint.S | 9 | to emulate the fint and fintrz unimplemented instructions,
|
| /arch/arm64/kvm/ |
| A D | Makefile | 20 arch_timer.o trng.o vmid.o emulate-nested.o nested.o at.o \
|
| /arch/x86/kvm/ |
| A D | Makefile | 8 kvm-y += x86.o emulate.o irq.o lapic.o cpuid.o pmu.o mtrr.o \
|
| A D | Kconfig | 174 Provides support for KVM to emulate an I/O APIC, PIC, and PIT, i.e. 184 Provides support for KVM to emulate System Management Mode (SMM)
|
| /arch/m68k/ifpsp060/ |
| A D | fplsp.doc | 35 included in this module can be used to emulate the 120 The package does not attempt to correctly emulate instructions 126 subroutine calls for all fp instructions. The code does NOT emulate
|
| /arch/arm/boot/dts/arm/ |
| A D | arm-realview-eb.dts | 40 * Unless specified, QEMU will emulate an ARM926EJ-S core tile.
|
| /arch/arm/vfp/ |
| A D | vfpmodule.c | 384 goto emulate; in VFP_bounce() 441 emulate: in VFP_bounce()
|
| /arch/m68k/math-emu/ |
| A D | fp_entry.S | 60 | emulate the instruction
|
| /arch/m68k/ |
| A D | Kconfig.devices | 57 which will emulate a regular ethernet device while presenting an
|