Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dtrace.h15 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate),
16 TP_ARGS(inst, _pc, emulate),
21 __field( unsigned int, emulate )
27 __entry->emulate = emulate;
31 __entry->inst, __entry->pc, __entry->emulate)
DMakefile18 common-objs-y += powerpc.o emulate.o emulate_loadstore.o
51 emulate.o \
DKconfig92 on POWER7 or later processors, and cannot emulate a
109 and can emulate processors that are different from the host
181 host kernel, rather than relying on userspace to emulate.
/linux-4.4.14/arch/arm/nwfpe/
Dentry.S84 emulate: label
93 bl EmulateAll @ emulate the instruction
111 b emulate @ check condition and emulate
/linux-4.4.14/drivers/target/
Dtarget_core_spc.c660 sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); member
662 { .page = 0x00, .emulate = spc_emulate_evpd_00 },
663 { .page = 0x80, .emulate = spc_emulate_evpd_80 },
664 { .page = 0x83, .emulate = spc_emulate_evpd_83 },
665 { .page = 0x86, .emulate = spc_emulate_evpd_86 },
666 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 },
667 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 },
668 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 },
669 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 },
731 ret = evpd_handlers[p].emulate(cmd, buf); in spc_emulate_inquiry()
[all …]
/linux-4.4.14/drivers/staging/fbtft/
Dfb_hx8340bn.c38 static bool emulate; variable
39 module_param(emulate, bool, 0);
40 MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode");
/linux-4.4.14/arch/arm/probes/
Ddecode-thumb.h94 bool emulate, const union decode_action *actions,
98 bool emulate, const union decode_action *actions,
Ddecode-thumb.c866 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn() argument
872 emulate, actions, checkers); in thumb16_probes_decode_insn()
877 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn() argument
883 emulate, actions, checkers); in thumb32_probes_decode_insn()
Ddecode.c416 bool emulate, const union decode_action *actions, in probes_decode_insn() argument
445 if (emulate) in probes_decode_insn()
461 if (!decode_regs(&insn, regs, emulate)) in probes_decode_insn()
504 if (!emulate) in probes_decode_insn()
Ddecode-arm.h70 struct arch_probes_insn *, bool emulate,
Ddecode-arm.c729 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument
735 emulate, actions, checkers); in arm_probes_decode_insn()
Ddecode.h412 const union decode_item *table, bool thumb, bool emulate,
/linux-4.4.14/tools/perf/
Dperf-completion.sh189 emulate -L zsh
208 emulate -L zsh
236 emulate ksh -c __perf_main
/linux-4.4.14/arch/mips/kvm/
DMakefile10 kvm-objs := $(common-objs-y) mips.o emulate.o locore.o \
/linux-4.4.14/arch/x86/kvm/
DMakefile14 kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \
Dpaging_tmpl.h559 int top_level, emulate = 0; in FNAME() local
625 mmu_set_spte(vcpu, it.sptep, gw->pte_access, write_fault, &emulate, in FNAME()
629 return emulate; in FNAME()
Dmmu.c2568 unsigned pte_access, int write_fault, int *emulate, in mmu_set_spte() argument
2603 *emulate = 1; in mmu_set_spte()
2607 if (unlikely(is_mmio_spte(*sptep) && emulate)) in mmu_set_spte()
2608 *emulate = 1; in mmu_set_spte()
2717 int emulate = 0; in __direct_map() local
2726 write, &emulate, level, gfn, pfn, in __direct_map()
2746 return emulate; in __direct_map()
/linux-4.4.14/arch/x86/kernel/
Duprobes.c511 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member
699 .emulate = branch_emulate_op,
949 if (auprobe->ops->emulate) in __skip_sstep()
950 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
/linux-4.4.14/arch/arm/kvm/
DMakefile21 obj-y += arm.o handle_exit.o guest.o mmu.o emulate.o reset.o
/linux-4.4.14/arch/m68k/fpsp040/
Dx_fline.S70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
Dsint.S9 | to emulate the fint and fintrz unimplemented instructions,
Dscale.S9 | The entry point sscale is called from do_func to emulate
/linux-4.4.14/arch/arm64/kvm/
DMakefile18 kvm-$(CONFIG_KVM_ARM_HOST) += emulate.o inject_fault.o regmap.o
/linux-4.4.14/arch/m68k/ifpsp060/
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
Dilsp.doc34 module can be used to emulate 64-bit divide and multiply,
Dfpsp.doc35 These exception handlers emulate Unimplemented FP instructions,
/linux-4.4.14/Documentation/filesystems/
Dvfat.txt100 emulate the Windows 95 rule for create.
101 win95: emulate the Windows 95 rule for display/create.
102 winnt: emulate the Windows NT rule for display/create.
103 mixed: emulate the Windows NT rule for display,
104 emulate the Windows 95 rule for create.
Dlocks.txt49 cooperative flock()/fcntl() are those that emulate flock() using
/linux-4.4.14/drivers/mtd/
DKconfig182 on flash chips to emulate a smaller block size. Needless to say,
208 file system on a flash device to emulate a block device with
225 file system on a flash device to emulate a block device with
249 uses a kind of pseudo-file system on a flash device to emulate
/linux-4.4.14/drivers/net/ieee802154/
DKconfig17 Say Y here to enable the fake driver that can emulate a net
/linux-4.4.14/arch/arm/vfp/
Dvfpmodule.c368 goto emulate; in VFP_bounce()
427 emulate: in VFP_bounce()
/linux-4.4.14/Documentation/gpio/
Dgpio.txt101 support it, there's a common idiom you can use to emulate it with any GPIO pin
110 The same logic can be applied to emulate open source signaling, by driving the
Ddrivers-on-gpio.txt88 to emulate MCTRL (modem control) signals CTS/RTS by using two GPIO lines. The
Dgpio-legacy.txt425 there's a common idiom you can use to emulate it with any GPIO pin that can
/linux-4.4.14/Documentation/i2c/
Di2c-stub42 The SMBus addresses to emulate chips at.
Dfunctionality83 addition of I2C block transactions) which i2c-core can emulate using
/linux-4.4.14/arch/m68k/math-emu/
Dfp_entry.S60 | emulate the instruction
/linux-4.4.14/arch/mn10300/
DKconfig.debug62 it uses temporary breakpoints to emulate single-stepping.
/linux-4.4.14/arch/m68k/
DKconfig.devices55 which will emulate a regular ethernet device while presenting an
/linux-4.4.14/arch/powerpc/
DKconfig340 say Y here, the kernel will include code to emulate a floating-point
344 This is also useful to emulate missing (optional) instructions
356 Select this option will enable the kernel to support to emulate
361 bool "Just emulate the FPU unimplemented instructions"
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dpfpsp.S2384 # fmovm_dynamic() - emulate dynamic fmovm instruction #
2385 # fmovm_ctrl() - emulate fmovm control instruction #
2421 # decode and emulate the instruction. No FP exceptions can be pending #
3286 # This code must emulate the move out before finally exiting through #
3583 # register as did the '040 and '881/2. This handler must emulate the #
3635 # emulate the whole instruction. Notice, though, that we don't kill the
3809 # FPSP is implemented that does not emulate #
Dfpsp.S2385 # fmovm_dynamic() - emulate dynamic fmovm instruction #
2386 # fmovm_ctrl() - emulate fmovm control instruction #
2422 # decode and emulate the instruction. No FP exceptions can be pending #
3287 # This code must emulate the move out before finally exiting through #
3584 # register as did the '040 and '881/2. This handler must emulate the #
3636 # emulate the whole instruction. Notice, though, that we don't kill the
4094 jsr (tbl_trans.w,%pc,%d1.w*1) # emulate
16248 # fdbcc(): routine to emulate the fdbcc instruction #
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt6 instructions and can emulate them accordingly.
Dmmu.txt12 with the specification, not emulate the characteristics of
311 - emulate the instruction
Dtimekeeping.txt283 the de facto standard of PC hardware is to emulate these older devices. Some
520 Since CPUID may actually be virtualized by a trap and emulate mechanism, this
Dapi.txt1234 example, the user may wish to constrain cpuid to emulate older hardware,
1248 emulate them efficiently. The fields in each entry are defined as follows:
1272 if that returns true and you use KVM_CREATE_IRQCHIP, or if you emulate the
1784 To use this to emulate the LINT1 input with KVM_CREATE_IRQCHIP, use the
2185 #define KVM_PIT_SPEAKER_DUMMY 1 /* emulate speaker port stub */
3659 instead of KVM_CREATE_IRQCHIP if the userspace VMM wishes to emulate the
/linux-4.4.14/arch/x86/math-emu/
DREADME82 emulate each FPU instruction to completion without interruption.
140 exception. For this case, the emulator cannot emulate the behaviour of
/linux-4.4.14/arch/blackfin/
DKconfig.debug244 This option allows the kernel to emulate some pseudo instructions which
/linux-4.4.14/Documentation/networking/
Dz8530drv.txt44 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers.
318 to emulate the old behaviour. The cost of using these programs is
Dudplite.txt52 using partial checksum coverage and so emulate UDP mode (full coverage).
Dixgbe.txt330 workaround. The workaround is to tell KVM to emulate a different model of CPU
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt279 The steps 8a to 8c in a certain way emulate the faulting instruction.
Dmtrr.txt40 these, the ARRs are used to emulate the MTRRs.
/linux-4.4.14/Documentation/
Drtc.txt184 will emulate this mechanism.
Dparport-lowlevel.txt84 be able to emulate most of the functionality.
Dkernel-parameters.txt4052 emulate [default] Vsyscalls turn into traps and are
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt30 - Can emulate up to 4K resolutions
184 vivid driver which of those is should emulate. By default the user can
207 vivid driver which of those is should emulate. By default the user can
248 It is also very suitable to emulate hardware that is not yet available, e.g.
/linux-4.4.14/drivers/input/mouse/
DKconfig401 While these devices emulate an USB mouse by default and can be used
/linux-4.4.14/Documentation/input/
Devent-codes.txt292 If INPUT_PROP_TOPBUTTONPAD is set, userspace should emulate buttons
/linux-4.4.14/sound/oss/
DKconfig469 The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt218 I/O. These programs often emulate antiquated terminal types (vt100 and
/linux-4.4.14/net/sched/
DKconfig200 Say Y if you want to emulate network delay, loss, and packet
/linux-4.4.14/drivers/tty/serial/
DKconfig1222 tristate "Blackfin SPORT emulate UART"
1226 Enable SPORT emulate UART on Blackfin series.
/linux-4.4.14/arch/x86/
DKconfig1531 Linux can emulate a math coprocessor (used for floating point
1573 these, the ARRs are used to emulate the MTRRs.
2042 line parameter vsyscall=[native|emulate|none].
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS388 have native support while others work since they emulate some other
689 do with these cards is to check if they emulate some other card or interface
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt816 doesn't emulate the behavior with the real audio I/O, but it just
DALSA-Configuration.txt11 primary sound card support (CONFIG_SOUND). Since ALSA can emulate OSS,
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997559 * 53c7,8xx.c: Fix from Linus - emulate splx.