Home
last modified time | relevance | path

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

1234

/linux/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 DMakefile21 emulate.o \
33 emulate.o \
48 emulate.o \
115 emulate.o \
A 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/drivers/target/
A Dtarget_core_spc.c701 { .page = 0x00, .emulate = spc_emulate_evpd_00 },
702 { .page = 0x80, .emulate = spc_emulate_evpd_80 },
703 { .page = 0x83, .emulate = spc_emulate_evpd_83 },
704 { .page = 0x86, .emulate = spc_emulate_evpd_86 },
705 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 },
706 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 },
707 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 },
708 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 },
766 ret = evpd_handlers[p].emulate(cmd, buf); in spc_emulate_inquiry()
959 int (*emulate)(struct se_cmd *, u8, unsigned char *); member
[all …]
/linux/arch/arm/nwfpe/
A Dentry.S72 emulate: label
81 bl EmulateAll @ emulate the instruction
99 b emulate @ check condition and emulate
/linux/arch/x86/kernel/
A Dstatic_call.c22 const void *emulate = NULL; in __static_call_transform() local
30 emulate = code; in __static_call_transform()
56 text_poke_bp(insn, code, size, emulate); in __static_call_transform()
A Dalternative.c1378 const void *opcode, size_t len, const void *emulate) in text_poke_loc_init() argument
1384 if (!emulate) in text_poke_loc_init()
1385 emulate = opcode; in text_poke_loc_init()
1387 ret = insn_decode_kernel(&insn, emulate); in text_poke_loc_init()
1409 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init()
1415 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init()
1461 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue() argument
1473 text_poke_loc_init(tp, addr, opcode, len, emulate); in text_poke_queue()
1487 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() argument
1496 text_poke_loc_init(&tp, addr, opcode, len, emulate); in text_poke_bp()
A Duprobes.c506 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member
707 .emulate = branch_emulate_op,
712 .emulate = push_emulate_op,
1050 if (auprobe->ops->emulate) in __skip_sstep()
1051 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
/linux/drivers/staging/fbtft/
A 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/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()
/linux/tools/perf/
A Dperf-completion.sh219 emulate -L zsh
238 emulate -L zsh
266 emulate ksh -c __perf_main
/linux/arch/x86/include/asm/
A Dtext-patching.h48 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
50 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);
/linux/arch/mips/kvm/
A DMakefile10 kvm-y += mips.o emulate.o entry.o \
/linux/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
/linux/drivers/mtd/
A DKconfig53 on flash chips to emulate a smaller block size. Needless to say,
82 file system on a flash device to emulate a block device with
99 file system on a flash device to emulate a block device with
123 uses a kind of pseudo-file system on a flash device to emulate
/linux/Documentation/devicetree/bindings/gpio/
A Dibm,ppc4xx-gpio.txt5 another purpose. GPIO outputs are separately programmable to emulate
/linux/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
/linux/arch/x86/kvm/
A DMakefile17 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
/linux/drivers/media/test-drivers/vivid/
A DKconfig34 When selected the vivid module will emulate the optional
/linux/Documentation/filesystems/
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.
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Dpartition.yaml39 description: This parameter, if present, allows one to emulate SLC mode

Completed in 39 milliseconds

1234