/qemu/backends/ |
H A D | spdm-socket.c | 17 static bool read_bytes(const int socket, uint8_t *buffer, in read_bytes() 34 static bool read_data32(const int socket, uint32_t *data) in read_data32() 46 static bool read_multiple_bytes(const int socket, uint8_t *buffer, in read_multiple_bytes() 73 static bool receive_platform_data(const int socket, in receive_platform_data() 105 static bool write_bytes(const int socket, const uint8_t *buffer, in write_bytes() 122 static bool write_data32(const int socket, uint32_t data) in write_data32() 128 static bool write_multiple_bytes(const int socket, const uint8_t *buffer, in write_multiple_bytes() 141 static bool send_platform_data(const int socket, in send_platform_data() 187 uint32_t spdm_socket_rsp(const int socket, uint32_t transport_type, in spdm_socket_rsp() 212 void spdm_socket_close(const int socket, uint32_t transport_type) in spdm_socket_close()
|
/qemu/hw/ppc/ |
H A D | rs6000_mc.c | 53 int socket; in rs6000mc_port0803_read() local 72 int socket; in rs6000mc_port0804_read() local 100 uint8_t socket = val >> 5; in rs6000mc_port0820_write() local 146 int socket = 0; in rs6000mc_realize() local
|
/qemu/tests/qtest/ |
H A D | numa-test.c | 141 int64_t socket, core, thread, node; in pc_numa_cpu() local 238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local 288 int64_t socket, core, thread, node; in loongarch64_numa_cpu() local 354 int64_t socket, node; in pc_dynamic_cpu_cfg() local
|
H A D | virtio-net-test.c | 33 int socket) in rx_test() 70 int socket) in tx_test() 100 int socket) in rx_stop_cont_test()
|
/qemu/hw/riscv/ |
H A D | virt.c | 232 static void create_fdt_socket_cpus(RISCVVirtState *s, int socket, in create_fdt_socket_cpus() 303 static void create_fdt_socket_memory(RISCVVirtState *s, int socket) in create_fdt_socket_memory() 321 int socket, in create_fdt_socket_clint() 357 int socket, in create_fdt_socket_aclint() 444 int socket, in create_fdt_socket_plic() 528 int cpu, socket; in create_fdt_one_imsic() local 621 static void create_fdt_one_aplic(RISCVVirtState *s, int socket, in create_fdt_one_aplic() 686 int socket, in create_fdt_socket_aplic() 749 int socket, phandle_pos; in create_fdt_sockets() local 1286 static DeviceState *virt_create_plic(const MemMapEntry *memmap, int socket, in virt_create_plic() [all …]
|
H A D | virt-acpi-build.c | 44 #define ACPI_BUILD_INTC_ID(socket, index) ((socket << 24) | (index)) argument 150 uint8_t socket; in acpi_dsdt_add_plic_aplic() local 530 uint8_t socket; in build_madt() local
|
H A D | spike.c | 58 int cpu, socket; in create_fdt() local
|
/qemu/stubs/ |
H A D | monitor-cpu-s390x-kvm.c | 8 bool has_socket, uint16_t socket, in qmp_set_cpu_topology()
|
/qemu/subprojects/libvhost-user/ |
H A D | link-test.c | 37 int socket = 0; in main() local
|
H A D | libvhost-user-glib.c | 150 vug_init(VugDev *dev, uint16_t max_queues, int socket, in vug_init()
|
H A D | libvhost-user.c | 2255 int socket, in vu_init()
|
/qemu/python/qemu/machine/ |
H A D | qtest.py | 56 sock: Optional[socket.socket] = None,
|
/qemu/block/ |
H A D | curl.c | 132 CURLSocket *socket = value; in curl_drop_socket() local 167 CURLSocket *socket; in curl_sock_cb() local 396 static void curl_multi_do_locked(CURLSocket *socket) in curl_multi_do_locked() 413 CURLSocket *socket = arg; in curl_multi_do() local
|
/qemu/io/ |
H A D | channel-watch.c | 39 SOCKET socket; member 308 int socket, in qio_channel_create_socket_watch()
|
/qemu/include/hw/s390x/ |
H A D | cpu-topology.h | 24 uint8_t socket; member
|
/qemu/python/qemu/qmp/ |
H A D | protocol.py | 359 async def connect(self, address: Union[SocketAddrT, socket.socket], argument 603 async def _do_connect(self, address: Union[SocketAddrT, socket.socket], argument
|
H A D | legacy.py | 80 address: Union[SocketAddrT, socket.socket], argument
|
/qemu/include/system/ |
H A D | os-win32.h | 211 #define socket qemu_socket_wrap macro
|
/qemu/hw/s390x/ |
H A D | cpu-topology.c | 446 bool has_socket, uint16_t socket, in qmp_set_cpu_topology()
|
/qemu/hw/hyperv/ |
H A D | syndbg.c | 38 int socket; member
|
/qemu/ui/ |
H A D | dbus-console.c | 220 GVariant *arg_listener, int *socket) in dbus_win32_import_socket()
|
/qemu/hw/remote/ |
H A D | vfio-user-obj.c | 95 SocketAddress *socket; member
|
/qemu/ |
H A D | meson.build | 832 socket = [] variable 853 socket = cc.find_library('ws2_32') variable 868 socket = [cc.find_library('socket'), variable 872 socket = [cc.find_library('posix_error_mapper'), variable
|
/qemu/util/ |
H A D | qemu-sockets.c | 179 static int try_bind(int socket, InetSocketAddress *saddr, struct addrinfo *e) in try_bind()
|
/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 1804 uint64_t socket, base_hart, hart_count, socket_imsic_base, imsic_addr; in kvm_riscv_aia_create() local
|