Home
last modified time | relevance | path

Searched refs:world (Results 1 – 25 of 27) sorted by relevance

12

/qemu/hw/net/rocker/
H A Drocker_world.c23 struct world { struct
32 if (world->ops->ig) { in world_ingress()
33 return world->ops->ig(world, pport, iov, iovcnt); in world_ingress()
43 return world->ops->cmd(world, info, buf, cmd, cmd_info_tlv); in world_do_cmd()
67 world->ops->uninit(world); in world_free()
69 g_free(world); in world_free()
75 world->ops->uninit(world); in world_reset()
78 world->ops->init(world); in world_reset()
84 return world + 1; in world_private()
89 return world->r; in world_rocker()
[all …]
H A Drocker_world.h27 typedef int (world_init)(World *world);
28 typedef void (world_uninit)(World *world);
31 typedef int (world_cmd)(World *world, DescInfo *info,
43 ssize_t world_ingress(World *world, uint32_t pport,
45 int world_do_cmd(World *world, DescInfo *info,
50 void world_free(World *world);
51 void world_reset(World *world);
53 void *world_private(World *world);
54 Rocker *world_rocker(World *world);
56 enum rocker_world_type world_type(World *world);
[all …]
H A Drocker_fp.c31 World *world; member
146 return world_ingress(port->world, port->pport, iov, iovcnt); in fp_port_receive_iov()
182 return port->world; in fp_port_get_world()
185 void fp_port_set_world(FpPort *port, World *world) in fp_port_set_world() argument
187 DPRINTF("port %d setting world \"%s\"\n", port->index, world_name(world)); in fp_port_set_world()
188 port->world = world; in fp_port_set_world()
191 bool fp_port_check_world(FpPort *port, World *world) in fp_port_check_world() argument
193 return port->world == world; in fp_port_check_world()
H A Drocker_fp.h42 void fp_port_set_world(FpPort *port, World *world);
43 bool fp_port_check_world(FpPort *port, World *world);
H A Drocker.h65 typedef struct world World;
79 int rx_produce(World *world, uint32_t pport,
H A Drocker_of_dpa.c36 World *world; member
1043 static ssize_t of_dpa_ig(World *world, uint32_t pport, in of_dpa_ig() argument
1048 .of_dpa = world_private(world), in of_dpa_ig()
2219 OfDpa *of_dpa = world_private(world); in of_dpa_cmd()
2250 static int of_dpa_init(World *world) in of_dpa_init() argument
2252 OfDpa *of_dpa = world_private(world); in of_dpa_init()
2254 of_dpa->world = world; in of_dpa_init()
2280 static void of_dpa_uninit(World *world) in of_dpa_uninit() argument
2282 OfDpa *of_dpa = world_private(world); in of_dpa_uninit()
2429 struct world *w; in qmp_query_rocker_of_dpa_flows()
[all …]
H A Drocker.c415 World *world; in cmd_consume() local
449 world = r->worlds[ROCKER_WORLD_TYPE_OF_DPA]; in cmd_consume()
450 err = world_do_cmd(world, info, buf, cmd, info_tlv); in cmd_consume()
597 int rx_produce(World *world, uint32_t pport, in rx_produce() argument
600 Rocker *r = world_rocker(world); in rx_produce()
/qemu/docs/devel/
H A Dwriting-monitor-commands.rst97 Writing a simple command: hello-world
102 "Hello, world" to the standard output.
112 # @hello-world:
116 { 'command': 'hello-world' }
129 printf("Hello, world!\n");
147 { "execute": "hello-world" }
162 # @hello-world:
170 { 'command': 'hello-world',
184 message = "Hello, world";
206 { "execute": "hello-world" }
[all …]
H A Dcode-of-conduct.rst7 volunteers from all over the world. Diversity is one of our strengths,
/qemu/tests/tcg/mips/
H A DREADME7 A very simple inline assembly, write syscall based hello world
/qemu/tests/tcg/arm/
H A DREADME6 A very simple inline assembly, write syscall based hello world
/qemu/docs/system/openrisc/
H A Dvirt.rst8 idiosyncrasies and limitations of a particular bit of real-world
/qemu/docs/system/
H A Dintroduction.rst145 network or how a serial device is directed to the outside world.
187 user-mode networking isn't directly accessible from the outside world
H A Dtarget-riscv.rst32 users who are used to the x86 world where every system looks like a
H A Dtarget-arm.rst42 users who are used to the x86 world where every system looks like a
H A Dsecurity.rst36 real-world use cases and treated as security bugs if this is the case.
H A Dgdb.rst80 a gdbserver exposed via a port to the outside world.
H A Dreplay.rst173 the outer world into the log. In replay mode packets from the log are
/qemu/pc-bios/
H A Dbamboo.dts91 /* Bamboo is oddball in the 44x world and doesn't use the ERPN
/qemu/docs/system/arm/
H A Dsabrelite.rst30 support. For a normal use case, a device tree blob that represents a real world
H A Dvirt.rst8 idiosyncrasies and limitations of a particular bit of real-world
/qemu/tcg/tci/
H A DREADME111 i386-linux-user/qemu-i386 can run a simple hello-world program
/qemu/docs/system/riscv/
H A Dsifive_u.rst29 Please note the real world HiFive Unleashed board has a fixed configuration of
314 develop and test the recommended RISC-V boot flow with a real world use
H A Dvirt.rst8 real-world hardware.
/qemu/docs/system/ppc/
H A Dppce500.rst146 You can specify a real world SoC device that QEMU has built-in support but all

12