Home
last modified time | relevance | path

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

12345678910

/openbmc/qemu/hw/net/rocker/
H A Drocker_world.c23 struct world { struct
29 ssize_t world_ingress(World *world, uint32_t pport, in world_ingress() argument
32 if (world->ops->ig) { in world_ingress()
33 return world->ops->ig(world, pport, iov, iovcnt); in world_ingress()
39 int world_do_cmd(World *world, DescInfo *info, in world_do_cmd() argument
42 if (world->ops->cmd) { in world_do_cmd()
43 return world->ops->cmd(world, info, buf, cmd, cmd_info_tlv); in world_do_cmd()
64 void world_free(World *world) in world_free() argument
66 if (world->ops->uninit) { in world_free()
67 world->ops->uninit(world); in world_free()
[all …]
H A Drocker_world.h27 typedef int (world_init)(World *world);
28 typedef void (world_uninit)(World *world);
29 typedef ssize_t (world_ig)(World *world, uint32_t pport,
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);
[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.h57 typedef struct world World;
70 int rx_produce(World *world, uint32_t pport,
H A Drocker_fp.h42 void fp_port_set_world(FpPort *port, World *world);
43 bool fp_port_check_world(FpPort *port, World *world);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfusion.patch9 direct_mutex_lock( &world->event_dispatcher_mutex );
12 - if (!world->event_dispatcher_buffers)
13 + if (!world->event_dispatcher_buffers){
14 … direct_waitqueue_wait( &world->event_dispatcher_cond, &world->event_dispatcher_mutex );
16 + if (world->dispatch_stop) {
18 + direct_mutex_unlock( &world->event_dispatcher_mutex );
22 buf = (FusionEventDispatcherBuffer *)world->event_dispatcher_buffers;
28 … direct_waitqueue_wait( &world->event_dispatcher_cond, &world->event_dispatcher_mutex );
29 + if (world->dispatch_stop) {
31 + direct_mutex_unlock( &world->event_dispatcher_mutex );
[all …]
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-world-pkgdata.bb1 SUMMARY = "Pulls in pkgdata for world"
15 WORLD_PKGDATADIR = "${D}/world-pkgdata"
20 do_collect_packagedata[sstate-outputdirs] = "${STAGING_DIR_HOST}/world-pkgdata"
/openbmc/openbmc/poky/meta/recipes-core/picolibc/
H A Dpicolibc-helloworld_git.bb27 …-T${S}/hello-world/${PICOLIBC_LINKERSCRIPT} -specs=picolibc.specs --oslib=semihost -o ${BAREMETAL_…
/openbmc/qemu/docs/devel/
H A Dwriting-monitor-commands.rst97 Writing a simple command: hello-world
102 "Hello, world" to the standard output.
104 Our command will be called "hello-world". It takes no arguments, nor does it
112 # @hello-world:
116 { 'command': 'hello-world' }
122 The next step is to write the "hello-world" implementation. As explained
124 "hello-world" doesn't pertain to any, so we put its implementation in
129 printf("Hello, world!\n");
147 { "execute": "hello-world" }
149 Then check the terminal running QEMU and look for the "Hello, world" string. If
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cython_3.1.0.bb4 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
5 and the messy, low-level world of C."
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dpoky-world-exclude.inc2 # Things we exlude from world testing within the reference distro
/openbmc/qemu/tests/tcg/mips/
H A DREADME7 A very simple inline assembly, write syscall based hello world
/openbmc/qemu/tests/tcg/arm/
H A DREADME6 A very simple inline assembly, write syscall based hello world
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/
H A Dfix_reproducibility.patch8 but not "qemux86-world".
19 The autobuilder race depended upon whether qemux86-world or the
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch10 or smm-gateway secure partitions which reside in secure world.
88 + bool "UEFI variables storage service via the trusted world"
102 + operations to the MM SP running in the secure world.
114 + the MM SP in secure world.
134 + the MM SP in secure world.
187 + * Notify the MM partition in the trusted world that
189 + * This is a blocking call during which trusted world has exclusive access
325 + * The secure world might have cache disabled for
327 + * In this case, the secure world reads the data from DRAM.
379 + * which means FF-A communication with secure world works and ready
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch15 querying the FF-A framework from the secure world.
36 interactions between Normal world and Secure World.
117 +communicate with each other. A partition could be a VM in the Normal or Secure world, an
121 +with partitions in the Secure world aka Secure partitions (SPs).
174 +Invoking an FF-A ABI involves providing to the secure world/hypervisor the
184 +to the U-Boot Arm FF-A driver (non-secure world).
215 +FF-A framework by querying the FF-A framework version from secure world using
231 + - querying from secure world the u-boot endpoint ID
232 + - querying from secure world the supported features of FFA_RXTX_MAP
234 + - querying from secure world all the partitions information
[all …]
H A D0010-FF-A-v15-arm_ffa-efi-corstone1000-enable-MM-communic.patch9 and the secure world (Optee) is done using the FF-A bus.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-javaobj-py3_0.4.4.bb5 representation is a standard data interchange format in Java world."
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DXfig2 a full and unrestricted irrevocable, world-wide, paid up, royalty-free,
/openbmc/openbmc/poky/meta-poky/conf/distro/
H A Dpoky.conf62 require conf/distro/include/poky-world-exclude.inc
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/
H A Dlibclass-method-modifiers-perl_2.15.bb3 (Common Lisp Object System) world."
/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/
H A Dhello-rs_0.1.0.bb1 SUMMARY = "Simple hello world example"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0001-examples-Use-proper-function-prototype-for-main.patch23 const char* input = "hello world";
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dexamples.rst9 This chapter contains real-world examples.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard-module_1.0.20220627.bb27 … post dunfell has moved to use kernel 5.8 which now means we cant build this module in world builds

12345678910