Home
last modified time | relevance | path

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

123456

/Linux-v5.15/lib/
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 …]
/Linux-v5.15/Documentation/devicetree/bindings/arm/
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 …]
/Linux-v5.15/scripts/kconfig/tests/preprocess/builtin_func/
Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
DKconfig4 $(info,hello world 0)
8 $(warning-if,y,hello world 1)
18 $(warning,$(shell,echo hello world 3))
Dexpected_stdout1 hello world 0
/Linux-v5.15/Documentation/devicetree/bindings/iio/
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.
/Linux-v5.15/drivers/firmware/arm_ffa/
DKconfig11 the Secure world and Normal world. It also leverages the
/Linux-v5.15/Documentation/kbuild/
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)
/Linux-v5.15/scripts/kconfig/tests/preprocess/escape/
Dexpected_stderr1 Kconfig:9: hello, world
DKconfig9 $(warning,hello$(comma) world)
/Linux-v5.15/drivers/of/unittest-data/
Dtestcases_common.dtsi7 prop-remove = "world";
/Linux-v5.15/drivers/parport/
DTODO-parport14 with (maybe just log) whatever the printer wants to tell the world.
/Linux-v5.15/fs/9p/
DKconfig27 groups beyond the owner/group/world scheme.
/Linux-v5.15/fs/ext2/
DKconfig28 groups beyond the owner/group/world scheme.
/Linux-v5.15/fs/ceph/
DKconfig37 groups beyond the owner/group/world scheme.
/Linux-v5.15/Documentation/devicetree/bindings/dma/
Dqcom_bam_dma.txt15 the secure world.
Dqcom_adm.txt18 - qcom,ee: indicates the security domain identifier used in the secure world.
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dfs.rst211 in world writable sticky directories, unless they are owned by the
223 time-of-check-time-of-use race, most commonly seen in world-writable
249 don't own in world writable sticky directories, unless they are
259 time-of-check-time-of-use race, most commonly seen in world-writable
269 a sticky world-writable directory, or when the uid of the symlink and
/Linux-v5.15/Documentation/driver-api/memory-devices/
Dti-emif.rst48 Interface to the external world
/Linux-v5.15/fs/jfs/
DKconfig18 groups beyond the owner/group/world scheme.
/Linux-v5.15/fs/ntfs3/
DKconfig41 for users and groups beyond the standard owner/group/world scheme,
/Linux-v5.15/Documentation/devicetree/bindings/firmware/
Dintel,stratix10-svc.txt10 communication with SDM, only the secure world of software (EL3, Exception
/Linux-v5.15/fs/isofs/
DKconfig26 characters of almost all languages of the world; see
/Linux-v5.15/Documentation/networking/
Dipsec.rst9 deploy various IPsec configuration in real world production environment.
/Linux-v5.15/Documentation/arm/
Dfirmware.rst8 world, which changes the way some things have to be initialized. This makes

123456