| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_world.c | 23 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 D | rocker_world.h | 27 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 D | rocker_fp.c | 31 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 D | rocker.h | 57 typedef struct world World; 70 int rx_produce(World *world, uint32_t pport,
|
| H A D | rocker_fp.h | 42 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 D | fusion.patch | 9 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 D | meta-world-pkgdata.bb | 1 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 D | picolibc-helloworld_git.bb | 27 …-T${S}/hello-world/${PICOLIBC_LINKERSCRIPT} -specs=picolibc.specs --oslib=semihost -o ${BAREMETAL_…
|
| /openbmc/qemu/docs/devel/ |
| H A D | writing-monitor-commands.rst | 97 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 D | python3-cython_3.1.0.bb | 4 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 D | poky-world-exclude.inc | 2 # Things we exlude from world testing within the reference distro
|
| /openbmc/qemu/tests/tcg/mips/ |
| H A D | README | 7 A very simple inline assembly, write syscall based hello world
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | README | 6 A very simple inline assembly, write syscall based hello world
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/ |
| H A D | fix_reproducibility.patch | 8 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 D | 0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch | 10 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 D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 15 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 D | 0010-FF-A-v15-arm_ffa-efi-corstone1000-enable-MM-communic.patch | 9 and the secure world (Optee) is done using the FF-A bus.
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-javaobj-py3_0.4.4.bb | 5 representation is a standard data interchange format in Java world."
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Xfig | 2 a full and unrestricted irrevocable, world-wide, paid up, royalty-free,
|
| /openbmc/openbmc/poky/meta-poky/conf/distro/ |
| H A D | poky.conf | 62 require conf/distro/include/poky-world-exclude.inc
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/ |
| H A D | libclass-method-modifiers-perl_2.15.bb | 3 (Common Lisp Object System) world."
|
| /openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/ |
| H A D | hello-rs_0.1.0.bb | 1 SUMMARY = "Simple hello world example"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0001-examples-Use-proper-function-prototype-for-main.patch | 23 const char* input = "hello world";
|
| /openbmc/openbmc/poky/documentation/profile-manual/ |
| H A D | examples.rst | 9 This chapter contains real-world examples.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/ |
| H A D | wireguard-module_1.0.20220627.bb | 27 … post dunfell has moved to use kernel 5.8 which now means we cant build this module in world builds
|