Searched full:ipc (Results 1 – 25 of 28) sorted by relevance
12
/qemu/hw/arm/ |
H A D | aspeed_ast27x0-ssp.c | 152 object_initialize_child(obj, "ipc0", &a->ipc[0], in aspeed_soc_ast27x0ssp_init() 154 object_initialize_child(obj, "ipc1", &a->ipc[1], in aspeed_soc_ast27x0ssp_init() 245 aspeed_mmio_map_unimplemented(s, SYS_BUS_DEVICE(&a->ipc[0]), in aspeed_soc_ast27x0ssp_realize() 248 aspeed_mmio_map_unimplemented(s, SYS_BUS_DEVICE(&a->ipc[1]), in aspeed_soc_ast27x0ssp_realize()
|
H A D | aspeed_ast27x0-tsp.c | 152 object_initialize_child(obj, "ipc0", &a->ipc[0], in aspeed_soc_ast27x0tsp_init() 154 object_initialize_child(obj, "ipc1", &a->ipc[1], in aspeed_soc_ast27x0tsp_init() 245 aspeed_mmio_map_unimplemented(s, SYS_BUS_DEVICE(&a->ipc[0]), in aspeed_soc_ast27x0tsp_realize() 248 aspeed_mmio_map_unimplemented(s, SYS_BUS_DEVICE(&a->ipc[1]), in aspeed_soc_ast27x0tsp_realize()
|
/qemu/docs/interop/ |
H A D | dbus.rst | 20 While QEMU itself uses QMP as primary IPC (and Spice/VNC for remote 21 display), D-Bus is the de facto IPC of choice on Unix systems. The
|
/qemu/include/hw/arm/ |
H A D | aspeed_soc.h | 152 UnimplementedDeviceState ipc[2]; member 164 UnimplementedDeviceState ipc[2]; member
|
/qemu/contrib/plugins/ |
H A D | cflow.c | 334 uint64_t ipc = qemu_plugin_insn_vaddr(insn); in vcpu_tb_trans() local 340 NodeData *node = fetch_node(ipc, last_insn); in vcpu_tb_trans() 360 last_pc, ipc); in vcpu_tb_trans()
|
/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-shmat-null.c | 8 #include <sys/ipc.h>
|
H A D | linux-shmat-maps.c | 9 #include <sys/ipc.h>
|
/qemu/bsd-user/ |
H A D | errno_defs.h | 84 /* ipc/network software -- argument errors */ 98 /* ipc/network software -- operational errors */
|
H A D | qemu-bsd.h | 25 #include <sys/ipc.h>
|
H A D | bsd-mem.h | 53 #include <sys/ipc.h>
|
H A D | syscall_defs.h | 59 * sys/ipc.h
|
/qemu/docs/system/arm/ |
H A D | sbsa.rst | 53 Ultimately this devicetree may be replaced by IPC calls to an emulated SCP.
|
/qemu/linux-user/sparc/ |
H A D | syscall.tbl | 259 215 32 ipc sys_ipc compat_sys_ipc 260 215 64 ipc sys_sparc_ipc
|
/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 156 117 nospu ipc sys_ipc compat_sys_ipc 472 # 366-377 originally left for IPC, now unused
|
/qemu/linux-user/sh4/ |
H A D | syscall.tbl | 127 117 common ipc sys_ipc
|
/qemu/linux-user/microblaze/ |
H A D | syscall.tbl | 127 117 common ipc sys_ni_syscall
|
/qemu/linux-user/m68k/ |
H A D | syscall.tbl | 127 117 common ipc sys_ipc
|
/qemu/hw/net/ |
H A D | vmxnet3.h | 420 u32 ipc:1; /* IP Checksum Correct */ member 430 u32 ipc:1; /* IP Checksum Correct */
|
/qemu/linux-user/mips/ |
H A D | syscall_o32.tbl | 131 117 o32 ipc sys_ipc compat_sys_ipc
|
H A D | syscall-args-o32.c.inc | 118 [ 117] = 6, /* ipc */
|
/qemu/linux-user/arm/ |
H A D | syscall.tbl | 134 117 oabi ipc sys_ipc sys_oabi_ipc
|
/qemu/linux-user/i386/ |
H A D | syscall_32.tbl | 132 117 i386 ipc sys_ipc compat_sys_ipc
|
/qemu/include/hw/net/ |
H A D | npcm_gmac.h | 65 /* IPC Checksum Error/Giant Frame */
|
/qemu/linux-user/s390x/ |
H A D | syscall.tbl | 109 117 common ipc sys_s390_ipc compat_sys_s390_ipc
|
/qemu/linux-user/ |
H A D | strace.list | 486 { TARGET_NR_ipc, "ipc" , NULL, print_ipc, NULL },
|
12