/Linux-v6.1/arch/powerpc/kvm/ |
D | trace.h | 14 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)
|
D | Makefile | 18 emulate.o \ 30 emulate.o \ 42 emulate.o \ 110 emulate.o \
|
D | Kconfig | 101 on POWER7 or later processors, and cannot emulate a 122 and can emulate processors that are different from the host 234 host kernel, rather than relying on userspace to emulate.
|
/Linux-v6.1/arch/arm/nwfpe/ |
D | entry.S | 72 emulate: label 81 bl EmulateAll @ emulate the instruction 99 b emulate @ check condition and emulate
|
/Linux-v6.1/drivers/target/ |
D | target_core_spc.c | 705 sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); member 707 { .page = 0x00, .emulate = spc_emulate_evpd_00 }, 708 { .page = 0x80, .emulate = spc_emulate_evpd_80 }, 709 { .page = 0x83, .emulate = spc_emulate_evpd_83 }, 710 { .page = 0x86, .emulate = spc_emulate_evpd_86 }, 711 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 }, 712 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 }, 713 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 }, 714 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 }, 772 ret = evpd_handlers[p].emulate(cmd, buf); in spc_emulate_inquiry() [all …]
|
/Linux-v6.1/arch/x86/kernel/ |
D | static_call.c | 31 const void *emulate = NULL; in __static_call_transform() local 39 emulate = code; in __static_call_transform() 67 text_poke_bp(insn, code, size, emulate); in __static_call_transform()
|
D | alternative.c | 1581 const void *opcode, size_t len, const void *emulate) in text_poke_loc_init() argument 1587 if (!emulate) in text_poke_loc_init() 1588 emulate = opcode; in text_poke_loc_init() 1590 ret = insn_decode_kernel(&insn, emulate); in text_poke_loc_init() 1628 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init() 1634 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init() 1680 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue() argument 1692 text_poke_loc_init(tp, addr, opcode, len, emulate); in text_poke_queue() 1706 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() argument 1715 text_poke_loc_init(&tp, addr, opcode, len, emulate); in text_poke_bp()
|
D | uprobes.c | 506 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-v6.1/drivers/staging/fbtft/ |
D | fb_hx8340bn.c | 30 static bool emulate; variable 31 module_param(emulate, bool, 0000); 32 MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode");
|
/Linux-v6.1/arch/arm/probes/ |
D | decode-thumb.h | 88 bool emulate, const union decode_action *actions, 92 bool emulate, const union decode_action *actions,
|
D | decode-thumb.c | 863 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()
|
D | decode.c | 413 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()
|
D | decode-arm.h | 64 struct arch_probes_insn *, bool emulate,
|
D | decode-arm.c | 721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument 727 emulate, actions, checkers); in arm_probes_decode_insn()
|
/Linux-v6.1/tools/perf/ |
D | perf-completion.sh | 219 emulate -L zsh 238 emulate -L zsh 266 emulate ksh -c __perf_main
|
/Linux-v6.1/arch/x86/include/asm/ |
D | text-patching.h | 50 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate); 52 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);
|
/Linux-v6.1/arch/mips/kvm/ |
D | Makefile | 11 kvm-y += mips.o emulate.o entry.o \
|
/Linux-v6.1/arch/m68k/fpsp040/ |
D | x_fline.S | 70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave 78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | ibm,ppc4xx-gpio.txt | 5 another purpose. GPIO outputs are separately programmable to emulate
|
/Linux-v6.1/drivers/mtd/ |
D | Kconfig | 53 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-v6.1/drivers/media/test-drivers/vivid/ |
D | Kconfig | 34 When selected the vivid module will emulate the optional
|
/Linux-v6.1/arch/m68k/ifpsp060/ |
D | fplsp.doc | 35 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-v6.1/arch/x86/kvm/ |
D | Makefile | 12 kvm-y += x86.o emulate.o i8259.o irq.o lapic.o \
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-ebs.rst | 36 2^N supported, e.g. 8 = emulate 8 sectors of 512 bytes = 4KiB.
|
/Linux-v6.1/Documentation/filesystems/ |
D | vfat.rst | 129 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.
|