Home
last modified time | relevance | path

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

123

/linux/arch/powerpc/kvm/
H 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)
H A DMakefile18 emulate.o \
30 emulate.o \
42 emulate.o \
114 emulate.o \
/linux/arch/arm/probes/
H A Ddecode-thumb.h88 bool emulate, const union decode_action *actions,
92 bool emulate, const union decode_action *actions,
H 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()
H 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()
H A Ddecode-arm.h64 struct arch_probes_insn *, bool emulate,
H 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()
H A Ddecode.h381 const union decode_item *table, bool thumb, bool emulate,
/linux/arch/arm/nwfpe/
H A Dentry.S73 emulate: label
82 bl EmulateAll @ emulate the instruction
100 b emulate @ check condition and emulate
/linux/tools/perf/
H A Dperf-completion.sh239 emulate -L zsh
258 emulate -L zsh
286 emulate ksh -c __perf_main
/linux/drivers/media/test-drivers/vivid/
H A DKconfig30 When selected the vivid module will emulate the optional
40 When selected the vivid module will emulate a Framebuffer for
/linux/arch/x86/include/asm/
H 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
/linux/arch/mips/kvm/
H A DMakefile11 kvm-y += mips.o emulate.o entry.o \
/linux/arch/m68k/fpsp040/
H 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
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-get-line-ioctl.rst106 - emulate the feature in software
118 Debounce emulate
120 Drive emulate
H A Dgpio-get-linehandle-ioctl.rst89 - emulate the feature in software
102 Drive emulate
/linux/arch/m68k/ifpsp060/
H 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
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ebs.rst36 2^N supported, e.g. 8 = emulate 8 sectors of 512 bytes = 4KiB.
/linux/Documentation/filesystems/
H A Dvfat.rst129 emulate the Windows 95 rule for create.
131 **win95**: emulate the Windows 95 rule for display/create.
133 **winnt**: emulate the Windows NT rule for display/create.
135 **mixed**: emulate the Windows NT rule for display,
136 emulate the Windows 95 rule for create.
H A Dlocks.rst53 cooperative flock()/fcntl() are those that emulate flock() using
/linux/arch/x86/kernel/
H A Duprobes.c1268 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member
1479 .emulate = branch_emulate_op,
1484 .emulate = push_emulate_op,
1837 if (auprobe->ops->emulate) in __skip_sstep()
1838 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
/linux/Documentation/driver-api/gpio/
H A Dintro.rst94 support it, there's a common idiom you can use to emulate it with any GPIO pin
103 The same logic can be applied to emulate open source signaling, by driving the
/linux/Documentation/i2c/
H A Di2c-stub.rst47 The SMBus addresses to emulate chips at.
/linux/arch/arm/vfp/
H A Dvfpmodule.c384 goto emulate; in VFP_bounce()
441 emulate: in VFP_bounce()
/linux/arch/x86/kvm/
H A DKconfig177 Provides support for KVM to emulate an I/O APIC, PIC, and PIT, i.e.
187 Provides support for KVM to emulate System Management Mode (SMM)

123