Home
last modified time | relevance | path

Searched full:world (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/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:
38 in the secure world. The combination of this with "status" allows
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/tee/optee/
Doptee_smc.h75 * Used by non-secure world to figure out which Trusted OS is installed.
88 * Used by non-secure world to figure out which version of the Trusted OS
146 * world.
187 * Exchanges capabilities between normal world and secure world
191 * a1 bitfield of normal world capabilities OPTEE_SMC_NSEC_CAP_*
197 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
201 * a0 OPTEE_SMC_RETURN_ENOTAVAIL, can't use the capabilities from normal world
202 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
205 /* Normal world works as a uniprocessor system */
207 /* Secure world has reserved shared memory for normal world to use */
[all …]
Doptee_msg.h13 * with an instance of OP-TEE running in secure world.
17 * 2. Requests from normal world
18 * 3. Requests from secure world, Remote Procedure Call (RPC), handled by
107 * Secure and normal world communicates pointers as physical address
108 * instead of the virtual address. This is because secure and normal world
109 * have completely independent memory mapping. Normal world can even have a
112 * structure to secure world.
135 * Value parameters are passed unchecked between normal and secure world.
220 * Part 2 - requests from normal world
248 * Used by non-secure world to figure out which Trusted OS is installed.
[all …]
Dcall.c27 * We're preparing to make a call to secure world. In case we can't in optee_cq_wait_init()
28 * allocate a thread in secure world we'll end up waiting in in optee_cq_wait_init()
31 * Normally if there's no contention in secure world the call will in optee_cq_wait_init()
38 * guarantees that we don't lose a completion if secure world in optee_cq_wait_init()
79 * We're done with the call to secure world. The thread in secure in optee_cq_wait_final()
80 * world that was used for this call is now available for some in optee_cq_wait_final()
93 * was just done with its call to secure world. Since yet another in optee_cq_wait_final()
94 * thread now is available in secure world wake up another eventual in optee_cq_wait_final()
117 * optee_do_call_with_arg() - Do an SMC to OP-TEE in secure world
119 * @parg: physical address of message to pass to secure world
[all …]
/kernel/linux/linux-4.19/drivers/tee/optee/
Doptee_smc.h97 * Used by non-secure world to figure out which Trusted OS is installed.
110 * Used by non-secure world to figure out which version of the Trusted OS
168 * world.
209 * Exchanges capabilities between normal world and secure world
213 * a1 bitfield of normal world capabilities OPTEE_SMC_NSEC_CAP_*
219 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
223 * a0 OPTEE_SMC_RETURN_ENOTAVAIL, can't use the capabilities from normal world
224 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
227 /* Normal world works as a uniprocessor system */
229 /* Secure world has reserved shared memory for normal world to use */
[all …]
Doptee_msg.h35 * with an instance of OP-TEE running in secure world.
39 * 2. Requests from normal world
40 * 3. Requests from secure world, Remote Procedure Call (RPC), handled by
129 * Secure and normal world communicates pointers as physical address
130 * instead of the virtual address. This is because secure and normal world
131 * have completely independent memory mapping. Normal world can even have a
134 * structure to secure world.
157 * Value parameters are passed unchecked between normal and secure world.
240 * Part 2 - requests from normal world
268 * Used by non-secure world to figure out which Trusted OS is installed.
[all …]
Dcall.c35 * We're preparing to make a call to secure world. In case we can't in optee_cq_wait_init()
36 * allocate a thread in secure world we'll end up waiting in in optee_cq_wait_init()
39 * Normally if there's no contention in secure world the call will in optee_cq_wait_init()
46 * guarantees that we don't lose a completion if secure world in optee_cq_wait_init()
87 * We're done with the call to secure world. The thread in secure in optee_cq_wait_final()
88 * world that was used for this call is now available for some in optee_cq_wait_final()
101 * was just done with its call to secure world. Since yet another in optee_cq_wait_final()
102 * thread now is available in secure world wake up another eventual in optee_cq_wait_final()
125 * optee_do_call_with_arg() - Do an SMC to OP-TEE in secure world
127 * @parg: physical address of message to pass to secure world
[all …]
/kernel/liteos_a/testsuites/unittest/libc/io/full/
DIO_test_dngettext_002.cpp45 s = dngettext("", "TestString1:Hello world!\n", "TestString2\n", 1); in testcase1()
48 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString1:Hello world!\n", s); in testcase1()
52 s = dngettext("", "TestString1\n", "TestString2:Hello world!\n", 2); in testcase1()
55 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString2:Hello world!\n", s); in testcase1()
73 s = dngettext("en_US.UTF-8", "TestString1:Hello world!\n", "TestString2\n", 1); in testcase2()
76 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString1:Hello world!\n", s); in testcase2()
80 s = dngettext("en_US.UTF-8", "TestString1\n", "TestString2:Hello world!\n", 2); in testcase2()
83 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString2:Hello world!\n", s); in testcase2()
101 s = dngettext("en_US.UTF-8", "TestString1:Hello world!\n", "TestString2!\n", 5); in testcase3()
108 s = dngettext("en_US.UTF-8", "TestString1\n", "TestString2:Hello world!\n", 3); in testcase3()
[all …]
DIO_test_dcngettext_002.cpp45 s = dcngettext("", "TestString1:Hello world!\n", "TestString2\n", 1, LC_MESSAGES); in testcase1()
48 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString1:Hello world!\n", s); in testcase1()
52 s = dcngettext("", "TestString1\n", "TestString2:Hello world!\n", 2, LC_MESSAGES); in testcase1()
55 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString2:Hello world!\n", s); in testcase1()
73 …s = dcngettext("en_US.UTF-8", "TestString1:Hello world!\n", "TestString2:Hello world!\n", 1, LC_ME… in testcase2()
76 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString1:Hello world!\n", s); in testcase2()
80 s = dcngettext("en_US.UTF-8", "TestString1\n", "TestString2:Hello world!\n", 2, LC_MESSAGES); in testcase2()
83 ICUNIT_ASSERT_STRING_EQUAL(s, "TestString2:Hello world!\n", s); in testcase2()
DIt_stdlib_poll_002.cpp61 ret = read(fds[i].fd, buffer, 12); // 12, "hello world" length and '\0' in Pthread01()
62 ICUNIT_GOTO_EQUAL(ret, 12, ret, EXIT); // 12, "hello world" length and '\0' in Pthread01()
63 ret = strcmp(buffer, "hello world"); in Pthread01()
93 ret = write(g_pipeFd[i][1], "hello world", 12); // 12, "hello world" length and '\0' in Testcase()
94 ICUNIT_GOTO_EQUAL(ret, 12, ret, EXIT); // 12, "hello world" length and '\0' in Testcase()
/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstrchr_test.c75 char src[] = "hello !! world";
77 if (strcmp(ret, "!! world") == 0) {
82 TEST_ASSERT_EQUAL_STRING(ret, "!! world");
92 char src[] = "hello !! world";
94 if (strcmp(ret, "llo !! world") == 0) {
99 TEST_ASSERT_EQUAL_STRING(ret, "llo !! world");
109 char src[] = "hello !! world";
126 char src[] = "hello !! world";
143 char src[] = "hello !! world";
160 char src[] = "hello !! world";
Dstring_func_test_01.c85 char src[] = "hello world";
108 char src[] = "hello\0world";
169 char *src[] = {"helloworld", "hello World"};
229 char *src[] = {"helloworld", "hello World"};
254 char src[] = "hello world";
267 char src[] = "hello world";
280 char src[] = "hello\0world";
293 char src[] = "hello world";
306 char src[] = "hello\0world";
/kernel/linux/linux-5.10/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.
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
DIt_ipc_pipe_002.cpp53 ret = write(pipeFd[1], "hello world", 12); // 12, "hello world" length and '\0' in Testcase()
55 if (ret != 12) { // 12, "hello world" length and '\0' in Testcase()
67 ret = read(pipeFd[0], buffer, 12); // 12, "hello world" length and '\0' in Testcase()
68 ICUNIT_GOTO_EQUAL(ret, 12, ret, EXIT); // 12, "hello world" length and '\0' in Testcase()
69 ret = strcmp(buffer, "hello world"); in Testcase()
/kernel/linux/linux-4.19/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))
/kernel/linux/linux-5.10/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))
/kernel/linux/linux-4.19/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h20 /* Binary World Wide unique Node Name for remote FC Initiator Nport */
58 /* Binary World Wide unique Port Name for FC Target Lport */
60 /* Binary World Wide unique Port Name for FC NPIV Target Lport */
62 /* Binary World Wide unique Node Name for FC NPIV Target Lport */
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h20 /* Binary World Wide unique Node Name for remote FC Initiator Nport */
58 /* Binary World Wide unique Port Name for FC Target Lport */
60 /* Binary World Wide unique Port Name for FC NPIV Target Lport */
62 /* Binary World Wide unique Node Name for FC NPIV Target Lport */
/kernel/linux/linux-4.19/Documentation/kbuild/
Dkconfig-macro-language.txt177 For example, $(shell echo hello, world) runs the command "echo hello, world".
178 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say
184 $(shell, echo hello, world)
190 $(shell, echo hello$(comma) world)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-4.19/lib/
Dtest_module.c2 * This module emits "Hello, world" on printk when loaded.
18 pr_warn("Hello, world\n"); in test_module_init()

12345678910>>...38