Home
last modified time | relevance | path

Searched refs:emulate (Results 1 – 25 of 35) sorted by relevance

12

/arch/powerpc/kvm/
A Dtrace.h14 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 DMakefile18 emulate.o \
30 emulate.o \
42 emulate.o \
114 emulate.o \
A DKconfig98 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 Ddecode-thumb.h88 bool emulate, const union decode_action *actions,
92 bool emulate, const union decode_action *actions,
A Ddecode-thumb.c863 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 Ddecode.c413 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 Ddecode-arm.h64 struct arch_probes_insn *, bool emulate,
A Ddecode-arm.c721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument
727 emulate, actions, checkers); in arm_probes_decode_insn()
A Ddecode.h381 const union decode_item *table, bool thumb, bool emulate,
/arch/x86/kernel/
A Dstatic_call.c56 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 Duprobes.c627 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 Dalternative.c2969 …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 Dentry.S73 emulate: label
82 bl EmulateAll @ emulate the instruction
100 b emulate @ check condition and emulate
/arch/mips/kvm/
A DMakefile11 kvm-y += mips.o emulate.o entry.o \
/arch/x86/include/asm/
A Dtext-patching.h42 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 Dx_fline.S70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
A Dsint.S9 | to emulate the fint and fintrz unimplemented instructions,
/arch/arm64/kvm/
A DMakefile20 arch_timer.o trng.o vmid.o emulate-nested.o nested.o at.o \
/arch/x86/kvm/
A DMakefile8 kvm-y += x86.o emulate.o irq.o lapic.o cpuid.o pmu.o mtrr.o \
A DKconfig174 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 Dfplsp.doc35 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 Darm-realview-eb.dts40 * Unless specified, QEMU will emulate an ARM926EJ-S core tile.
/arch/arm/vfp/
A Dvfpmodule.c384 goto emulate; in VFP_bounce()
441 emulate: in VFP_bounce()
/arch/m68k/math-emu/
A Dfp_entry.S60 | emulate the instruction
/arch/m68k/
A DKconfig.devices57 which will emulate a regular ethernet device while presenting an

Completed in 61 milliseconds

12