/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11.c | 84 /* Emulate the instruction in the opcode. */ 98 /* Emulate conversion opcodes. */ in EmulateAll() 99 /* Emulate register transfer opcodes. */ in EmulateAll() 100 /* Emulate comparison opcodes. */ in EmulateAll() 103 /* Emulate monadic arithmetic opcodes. */ in EmulateAll() 104 /* Emulate dyadic arithmetic opcodes. */ in EmulateAll() 108 /* Emulate load/store opcodes. */ in EmulateAll() 109 /* Emulate load/store multiple opcodes. */ in EmulateAll()
|
H A D | entry.S | 33 the user code. If the emulator is unable to emulate the instruction, 49 2) It calls EmulateAll to emulate a floating point instruction. 73 emulate: label 82 bl EmulateAll @ emulate the instruction 100 b emulate @ check condition and emulate
|
/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; 29 TP_printk("inst %u pc 0x%lx emulate %u\n", 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
|
/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/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11.c | 152 /* Emulate the instruction in the opcode. */ 192 /* Emulate conversion opcodes. */ in EmulateAll() 193 /* Emulate register transfer opcodes. */ in EmulateAll() 194 /* Emulate comparison opcodes. */ in EmulateAll() 200 /* Emulate monadic arithmetic opcodes. */ in EmulateAll() 201 /* Emulate dyadic arithmetic opcodes. */ in EmulateAll() 207 /* Emulate load/store opcodes. */ in EmulateAll() 208 /* Emulate load/store multiple opcodes. */ in EmulateAll()
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | legacy_instructions.txt | 39 * Emulate(模拟) 49 默认执行模式依赖于指令在构架中状态。正在被淘汰的指令应该以模拟(Emulate)作为默认模式, 64 默认执行方式: Emulate (1) 69 默认执行方式: Emulate (1)*
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | legacy_instructions.txt | 43 * Emulate(模擬) 53 默認執行模式依賴於指令在構架中狀態。正在被淘汰的指令應該以模擬(Emulate)作爲默認模式, 68 默認執行方式: Emulate (1) 73 默認執行方式: Emulate (1)*
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ |
H A D | Button.interface.yaml | 9 Emulate button press. 15 Emulate button release. 21 Emulate long button press.
|
H A D | Power.interface.yaml | 6 Emulate power button press. 12 Emulate power button long press.
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-r2-to-r6-emul.c | 72 * mipsr6_emul - Emulate some frequent R2/R5/R6 instructions in delay slot 193 * movf_func - Emulate a MOVF instruction 216 * movt_func - Emulate a MOVT instruction 239 * jr_func - Emulate a JR instruction. 298 * movz_func - Emulate a MOVZ instruction 314 * movn_func - Emulate a MOVZ instruction 330 * mfhi_func - Emulate a MFHI instruction 347 * mthi_func - Emulate a MTHI instruction 363 * mflo_func - Emulate a MFLO instruction 380 * mtlo_func - Emulate a MTLO instruction [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ebs.rst | 36 2^N supported, e.g. 8 = emulate 8 sectors of 512 bytes = 4KiB. 42 Emulate 1 sector = 512 bytes logical block size on /dev/sda starting at 47 Emulate 2 sector = 1KiB logical block size on /dev/sda starting at
|
/openbmc/linux/arch/x86/entry/vsyscall/ |
H A D | vsyscall_64.c | 45 static enum { EMULATE, XONLY, NONE } vsyscall_mode __ro_after_init = enumerator 57 if (!strcmp("emulate", str)) in vsyscall_setup() 58 vsyscall_mode = EMULATE; in vsyscall_setup() 129 if (vsyscall_mode == EMULATE) in emulate_vsyscall() 263 /* Emulate a ret instruction. */ in emulate_vsyscall() 330 * Some day we may create a "minimal" vsyscall mode in which we emulate 363 if (vsyscall_mode == EMULATE) { in map_vsyscall()
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | legacy_instructions.rst | 21 * Emulate 57 :Default: Emulate (1) 63 :Default: Emulate (1)*
|
/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/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/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 62 /* find emulate register group entry */ 80 /* find emulate register entry */ 136 /* emulate byte register */ in xen_pt_byte_reg_read() 149 /* emulate word register */ in xen_pt_word_reg_read() 162 /* emulate long register */ in xen_pt_long_reg_read() 180 /* modify emulate register */ in xen_pt_byte_reg_write() 199 /* modify emulate register */ in xen_pt_word_reg_write() 218 /* modify emulate register */ in xen_pt_long_reg_write() 323 /* modify emulate register */ in xen_pt_cmd_reg_write() 451 /* set emulate mask depend on BAR flag */ in xen_pt_bar_reg_read() [all …]
|
/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
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | debug.h | 72 * ubi_dbg_is_bitflip - if it is time to emulate a bit-flip. 85 * ubi_dbg_is_write_failure - if it is time to emulate a write failure. 99 * ubi_dbg_is_erase_failure - if its time to emulate an erase failure.
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | debug.h | 68 * ubi_dbg_is_bitflip - if it is time to emulate a bit-flip. 81 * ubi_dbg_is_write_failure - if it is time to emulate a write failure. 95 * ubi_dbg_is_erase_failure - if its time to emulate an erase failure.
|
/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,
|
/openbmc/qemu/hw/audio/ |
H A D | ac97.h | 54 AC97_Sigmatel_Analog = 0x6c, /* We emulate a Sigmatel codec */ 55 AC97_Sigmatel_Dac2Invert = 0x6e, /* We emulate a Sigmatel codec */
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | eventreplay.py | 18 """Emulate a connection to a bitbake server.""" 48 """Emulate running a command on the server."""
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | besys.c | 43 * BIOS in u-boot. Removed some emulate functions such as the 245 /* For Non-Intel machines we may need to emulate some I/O port accesses that 264 PowerPC systems), we emulate the VGA so that the BIOS will still be able to 277 to emulate that functionality in here. */ in VGA_inpb() 340 we only emulate timer 0 which is the only timer that the BIOS code appears 350 to emulate that functionality in here. */ in VGA_outpb() 498 We emulate this using our PCI_accessReg function which will access the PCI 567 that we need to emulate in here, and fall through to reflecting the write 613 that we need to emulate in here, and fall through to reflecting the write 646 that we need to emulate in here, and fall through to reflecting the write [all …]
|