Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/powerpc/kvm/
Dtrace.h16 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate),
17 TP_ARGS(inst, _pc, emulate),
22 __field( unsigned int, emulate )
28 __entry->emulate = emulate;
32 __entry->inst, __entry->pc, __entry->emulate)
DMakefile28 emulate.o \
40 emulate.o \
55 emulate.o \
116 emulate.o \
DKconfig98 on POWER7 or later processors, and cannot emulate a
115 and can emulate processors that are different from the host
187 host kernel, rather than relying on userspace to emulate.
/Linux-v4.19/drivers/target/
Dtarget_core_spc.c671 sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); member
673 { .page = 0x00, .emulate = spc_emulate_evpd_00 },
674 { .page = 0x80, .emulate = spc_emulate_evpd_80 },
675 { .page = 0x83, .emulate = spc_emulate_evpd_83 },
676 { .page = 0x86, .emulate = spc_emulate_evpd_86 },
677 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 },
678 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 },
679 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 },
680 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 },
742 ret = evpd_handlers[p].emulate(cmd, buf); in spc_emulate_inquiry()
[all …]
/Linux-v4.19/arch/arm/nwfpe/
Dentry.S84 emulate: label
93 bl EmulateAll @ emulate the instruction
111 b emulate @ check condition and emulate
/Linux-v4.19/drivers/staging/fbtft/
Dfb_hx8340bn.c30 static bool emulate; variable
31 module_param(emulate, bool, 0000);
32 MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode");
/Linux-v4.19/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.h413 const union decode_item *table, bool thumb, bool emulate,
/Linux-v4.19/tools/perf/
Dperf-completion.sh219 emulate -L zsh
238 emulate -L zsh
266 emulate ksh -c __perf_main
/Linux-v4.19/arch/x86/kernel/
Duprobes.c518 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member
716 .emulate = branch_emulate_op,
721 .emulate = push_emulate_op,
1055 if (auprobe->ops->emulate) in __skip_sstep()
1056 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
/Linux-v4.19/arch/mips/kvm/
DMakefile11 kvm-objs := $(common-objs-y) mips.o emulate.o entry.o \
DKconfig40 Use trap and emulate to virtualize 32-bit guests in user mode. This
/Linux-v4.19/arch/x86/kvm/
DMakefile15 kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dibm,ppc4xx-gpio.txt5 another purpose. GPIO outputs are separately programmable to emulate
/Linux-v4.19/drivers/media/platform/vivid/
DKconfig32 When selected the vivid module will emulate the optional
/Linux-v4.19/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
/Linux-v4.19/arch/arm/kvm/
DMakefile24 obj-y += handle_exit.o guest.o emulate.o reset.o
/Linux-v4.19/Documentation/filesystems/
Dvfat.txt101 emulate the Windows 95 rule for create.
102 win95: emulate the Windows 95 rule for display/create.
103 winnt: emulate the Windows NT rule for display/create.
104 mixed: emulate the Windows NT rule for display,
105 emulate the Windows 95 rule for create.
/Linux-v4.19/drivers/mtd/
DKconfig185 on flash chips to emulate a smaller block size. Needless to say,
211 file system on a flash device to emulate a block device with
228 file system on a flash device to emulate a block device with
252 uses a kind of pseudo-file system on a flash device to emulate
/Linux-v4.19/tools/testing/selftests/net/forwarding/
DREADME42 on any Linux box using veth pairs to emulate physical loopbacks.

123