Home
last modified time | relevance | path

Searched refs:hmp (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/packetengines/
H A Dhamachi.c584 struct hamachi_private *hmp; in hamachi_init_one() local
642 hmp = netdev_priv(dev); in hamachi_init_one()
643 spin_lock_init(&hmp->lock); in hamachi_init_one()
645 hmp->mii_if.dev = dev; in hamachi_init_one()
646 hmp->mii_if.mdio_read = mdio_read; in hamachi_init_one()
647 hmp->mii_if.mdio_write = mdio_write; in hamachi_init_one()
648 hmp->mii_if.phy_id_mask = 0x1f; in hamachi_init_one()
649 hmp->mii_if.reg_num_mask = 0x1f; in hamachi_init_one()
655 hmp->tx_ring = ring_space; in hamachi_init_one()
656 hmp->tx_ring_dma = ring_dma; in hamachi_init_one()
[all …]
/openbmc/qemu/monitor/
H A Dqmp-cmds.c168 MonitorHMP hmp = {}; in qmp_human_monitor_command() local
170 monitor_data_init(&hmp.common, false, true, false); in qmp_human_monitor_command()
173 int ret = monitor_set_cpu(&hmp.common, cpu_index); in qmp_human_monitor_command()
181 handle_hmp_command(&hmp, command_line); in qmp_human_monitor_command()
183 WITH_QEMU_LOCK_GUARD(&hmp.common.mon_lock) { in qmp_human_monitor_command()
184 output = g_strdup(hmp.common.outbuf->str); in qmp_human_monitor_command()
188 monitor_data_destroy(&hmp.common); in qmp_human_monitor_command()
H A Dmeson.build5 'hmp-cmds.c',
6 'hmp.c',
12 if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
H A Dtrace-events3 # hmp.c
/openbmc/qemu/docs/system/
H A Dmonitor.rst22 .. hxtool-doc:: hmp-commands.hx
24 .. hxtool-doc:: hmp-commands-info.hx
/openbmc/qemu/system/
H A Dmeson.build23 'runstate-hmp-cmds.c',
25 'tpm-hmp-cmds.c',
/openbmc/qemu/stats/
H A Dmeson.build1 system_ss.add(files('stats-hmp-cmds.c', 'stats-qmp-cmds.c'))
/openbmc/qemu/block/monitor/
H A Dmeson.build1 system_ss.add(files('block-hmp-cmds.c'))
/openbmc/qemu/dump/
H A Dmeson.build1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
/openbmc/qemu/qom/
H A Dmeson.build10 system_ss.add(files('qom-hmp-cmds.c'))
/openbmc/qemu/docs/
H A Dspice-port-fqdn.txt9 org.qemu.monitor.hmp.0
/openbmc/qemu/hw/pci/
H A Dmeson.build8 'pci-hmp-cmds.c',
/openbmc/qemu/audio/
H A Dmeson.build3 'audio-hmp-cmds.c',
/openbmc/qemu/chardev/
H A Dmeson.build32 'char-hmp-cmds.c',
/openbmc/qemu/backends/
H A Dmeson.build3 'cryptodev-hmp-cmds.c',
/openbmc/qemu/migration/
H A Dmeson.build22 'migration-hmp-cmds.c',
/openbmc/qemu/docs/devel/
H A Dwriting-monitor-commands.rst297 Add it to monitor/hmp-cmds.c. Also, add its prototype to
298 include/monitor/hmp.h.
314 we should add it to the hmp-commands.hx file::
518 hmp-commands-info.hx, not hmp-commands.hx. The entry for the "info
620 Also, you have to add the function's prototype to the hmp.h file.
623 monitor users, we should add it to the hmp-commands-info.hx file::
H A Ddocs.rst59 text, but in ``hmp-commands.hx`` the C code sections are elements
/openbmc/qemu/hw/core/
H A Dmeson.build35 'machine-hmp-cmds.c',
/openbmc/qemu/net/
H A Dmeson.build10 'net-hmp-cmds.c',
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py542 shell_class = HMPShell if args.hmp else QMPShell
591 shell_class = HMPShell if args.hmp else QMPShell
/openbmc/qemu/trace/
H A Dmeson.build1 system_ss.add(files('trace-hmp-cmds.c'))
/openbmc/qemu/hw/net/
H A Dmeson.build70 system_ss.add(files('rocker/rocker-hmp-cmds.c'))
/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst115 New CPUs can be plugged using the device_add hmp command as in:
142 A new CPUs can be plugged using the device_add hmp command as before:
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py912 def hmp(self, command_line: str, use_log: bool = False) -> QMPMessage: member in VM
926 self.hmp(f'qemu-io {drive} "break {event} bp_{drive}"')
930 self.hmp(f'qemu-io {drive} "remove_break bp_{drive}"')
936 return self.hmp(f'qemu-io {d}{drive} "{cmd}"', use_log=use_log)

12