/openbmc/linux/arch/powerpc/kvm/ |
H A 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)
|
H A D | Makefile | 18 emulate.o \ 30 emulate.o \ 42 emulate.o \ 110 emulate.o \
|
/openbmc/qemu/docs/system/ |
H A D | target-s390x.rst | 6 QEMU can emulate z/Architecture (in particular, 64 bit) s390x systems 11 When using KVM as accelerator, QEMU can emulate CPUs up to the generation 13 QEMU will emulate a subset of z13 cpu features that should be enough to run 19 QEMU will not emulate most of the traditional devices found under LPAR or
|
H A D | target-openrisc.rst | 6 QEMU can emulate 32-bit OpenRISC CPUs using the ``qemu-system-or1k`` executable. 37 different kernel which boots on a system that QEMU does emulate.)
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | README.md | 14 - simPress - To emulate physical power button press. 15 - simLongPress - To emulate physical power button long press. 30 - simPress - To emulate ID button press. 44 - simPress - To emulate reset button press.
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_rom.c | 239 bool emulate, alloced; in dm_pci_run_vga_bios() local 273 emulate = false; in dm_pci_run_vga_bios() 280 emulate = true; in dm_pci_run_vga_bios() 284 emulate = true; in dm_pci_run_vga_bios() 291 emulate = false; in dm_pci_run_vga_bios() 295 if (emulate) { in dm_pci_run_vga_bios()
|
/openbmc/linux/drivers/staging/fbtft/ |
H A 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");
|
/openbmc/linux/arch/x86/kernel/ |
H A D | static_call.c | 56 const void *emulate = NULL; in __static_call_transform() local 69 emulate = code; in __static_call_transform() 111 text_poke_bp(insn, code, size, emulate); in __static_call_transform()
|
H A D | uprobes.c | 506 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member 707 .emulate = branch_emulate_op, 712 .emulate = push_emulate_op, 1052 if (auprobe->ops->emulate) in __skip_sstep() 1053 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
|
H A D | alternative.c | 2319 const void *opcode, size_t len, const void *emulate) in text_poke_loc_init() argument 2327 if (!emulate) in text_poke_loc_init() 2328 emulate = opcode; in text_poke_loc_init() 2330 ret = insn_decode_kernel(&insn, emulate); in text_poke_loc_init() 2375 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init() 2381 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init() 2427 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue() argument 2434 text_poke_loc_init(tp, addr, opcode, len, emulate); in text_poke_queue() 2448 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() argument 2452 text_poke_loc_init(&tp, addr, opcode, len, emulate); in text_poke_bp()
|
/openbmc/linux/arch/arm/probes/ |
H A D | decode-thumb.h | 88 bool emulate, const union decode_action *actions, 92 bool emulate, const union decode_action *actions,
|
H A 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()
|
H A 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()
|
H A D | decode-arm.h | 64 struct arch_probes_insn *, bool emulate,
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | entry.S | 73 emulate: label 82 bl EmulateAll @ emulate the instruction 100 b emulate @ check condition and emulate
|
/openbmc/linux/drivers/target/ |
H A D | target_core_spc.c | 700 sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); member 702 { .page = 0x00, .emulate = spc_emulate_evpd_00 }, 703 { .page = 0x80, .emulate = spc_emulate_evpd_80 }, 704 { .page = 0x83, .emulate = spc_emulate_evpd_83 }, 705 { .page = 0x86, .emulate = spc_emulate_evpd_86 }, 706 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 }, 707 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 }, 708 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 }, 709 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 }, 767 ret = evpd_handlers[p].emulate(cmd, buf); in spc_emulate_inquiry() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | perf-completion.sh | 224 emulate -L zsh 243 emulate -L zsh 271 emulate ksh -c __perf_main
|
/openbmc/qemu/docs/user/ |
H A D | main.rst | 30 QEMU relies on the host kernel to emulate most signal system calls, 31 for example to emulate the signal mask. On Linux, QEMU supports both 35 On Linux, QEMU can emulate the ``clone`` syscall and create a real 37 Note that not all targets currently emulate atomic operations 41 QEMU was conceived so that ultimately it can emulate itself. Although it
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | text-patching.h | 51 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate); 53 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);
|
/openbmc/linux/arch/mips/kvm/ |
H A D | Makefile | 11 kvm-y += mips.o emulate.o entry.o \
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/ |
H A D | xf86-video-cirrus_1.6.0.bb | 5 devices are not so common in the wild anymore, but QEMU can emulate one, so \
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A 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
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/ |
H A D | README.md | 5 property names here should not be used as a patterns to emulate elsewhere in the
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-mlcommons-loadgen/ |
H A D | python3-mlcommons-loadgen_5.0.0.bb | 5 in the MLCommons working group, to emulate the workloads seen in \
|
/openbmc/linux/drivers/mtd/ |
H A 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
|