Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/kernel/lib/
H A Dtest_objagg.c29 struct world { struct
46 static struct objagg_obj *world_obj_get(struct world *world, in world_obj_get() argument
60 if (!world->key_refs[key_id_index(key_id)]) { in world_obj_get()
61 world->objagg_objs[key_id_index(key_id)] = objagg_obj; in world_obj_get()
62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) { in world_obj_get()
68 world->key_refs[key_id_index(key_id)]++; in world_obj_get()
76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() argument
81 if (!world->key_refs[key_id_index(key_id)]) in world_obj_put()
83 objagg_obj = world->objagg_objs[key_id_index(key_id)]; in world_obj_put()
85 world->key_refs[key_id_index(key_id)]--; in world_obj_put()
[all …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dsecure.txt1 * ARM Secure world bindings
6 world or the Secure world. However some devicetree consumers are
13 The general principle of the naming scheme for Secure world bindings
14 is that any property that needs a different value in the Secure world
19 world value is the same as specified for the Normal world by the
30 world consumers (like kernels that run entirely in Secure) to simply
31 describe the view of Secure world using the standard bindings. These
33 world views need to be described in a single device tree.
35 Valid Secure world properties
39 in the secure world. The combination of this with "status" allows
[all …]
/OK3568_Linux_fs/buildroot/package/optee-client/
H A DConfig.in11 applications hosted in the OP-TEE OS secure world. The
12 supplicant provides services hosted by the non-secure world
13 and invoked by the secure world.
20 string "Path for normal world OS secure storage"
24 normal world OS providing the actual storage via
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/builtin_func/
H A Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
H A DKconfig4 $(info,hello world 0)
8 $(warning-if,y,hello world 1)
18 $(warning,$(shell,echo hello world 3))
H A Dexpected_stdout1 hello world 0
/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt13 that produce three-dimensional data in relation to the world where it is
41 external world, the environment where the device is deployed. Usually the data
43 to this world. When using the mounting matrix, the sensor and device orientation
45 world.
47 Device-to-world examples for some three-dimensional sensor types:
49 - Accelerometers have their world frame of reference toward the center of
53 this point. Up and down in the world relative to the device frame of
93 - Magnetometers (compasses) have their world frame of reference relative to the
94 geomagnetic field. The system orientation vis-a-vis the world is defined with
160 space, relative to the device or world point of reference.
/OK3568_Linux_fs/yocto/poky/meta/recipes-example/rust-hello-world/
H A Drust-hello-world_git.bb3 SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https;branch=master"
14 HOMEPAGE = "https://github.com/meta-rust/rust-hello-world"
/OK3568_Linux_fs/buildroot/package/postgresql/
H A Dpostgresql.mk28 POSTGRESQL_MAKE_OPTS += world
29 POSTGRESQL_INSTALL_TARGET_OPTS += DESTDIR=$(TARGET_DIR) install-world
30 POSTGRESQL_INSTALL_STAGING_OPTS += DESTDIR=$(STAGING_DIR) install-world
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython-cython.inc4 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."
/OK3568_Linux_fs/external/security/rk_tee_user/v1/
H A DREADME_FOR_RK.md10 running in normal world) and TA(Trust Application, running
11 in secure world).
/OK3568_Linux_fs/external/security/rk_tee_user/v2/
H A DREADME_FOR_RK.md14 running in normal world) and TA(Trust Application, running
15 in secure world).
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig-macro-language.rst181 For example, $(shell echo hello, world) runs the command "echo hello, world".
182 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say
188 $(shell, echo hello, world)
194 $(shell, echo hello$(comma) world)
/OK3568_Linux_fs/buildroot/board/qemu/arm-vexpress-tz/
H A Dreadme.txt2 OP-TEE running in the TrustZone secure world and a Linux based
3 OS running in the non-secure world. The board configuration enables
35 this image loads the OP-TEE secure world (ARMv7-A BL32 stage) and the U-boot as
80 One can debug the OP-TEE secure world using GDB through the QEMU host.
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/include/
H A Dpoky-world-exclude.inc2 # Things we exlude from world testing within the reference distro
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/
H A Dexpected_stderr1 Kconfig:9: hello, world
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-hello-world/
H A DConfig.in2 bool "openjdk hello world"
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/
H A DConfig.in1 source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-hello-world/Config.in"
/OK3568_Linux_fs/buildroot/boot/optee-os/
H A DConfig.in5 OP-TEE OS provides the secure world boot image and the trust
82 the secure world for execution.
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Dtestcases.dts9 prop-remove = "world";
/OK3568_Linux_fs/yocto/poky/meta/recipes-example/rust-hello-world/rust-hello-world/
H A D0001-enable-LTO.patch16 name = "rust-hello-world"
/OK3568_Linux_fs/buildroot/package/readline/
H A D0001-curses-link.patch4 it doesn't make much sense in a Linux world
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/
H A Dpoky.conf63 require conf/distro/include/poky-world-exclude.inc

12345678910>>...17