Home
last modified time | relevance | path

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

12345678910>>...22

/Zephyr-latest/samples/cpp/cpp_synchronization/
DREADME.rst38 main: Hello World!
39 coop_thread_entry: Hello World!
40 main: Hello World!
41 coop_thread_entry: Hello World!
42 main: Hello World!
43 coop_thread_entry: Hello World!
44 main: Hello World!
45 coop_thread_entry: Hello World!
46 main: Hello World!
47 coop_thread_entry: Hello World!
[all …]
Dsample.yaml16 - "main: Hello World!"
17 - "coop_thread_entry: Hello World!"
33 - "main: Hello World!"
34 - "coop_thread_entry: Hello World!"
/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/
Dmain.c17 struct zcbor_string world; in ZTEST() local
19 ZCBOR_MAP_DECODE_KEY_DECODER("hello", zcbor_tstr_decode, &world), in ZTEST()
23 ZCBOR_MAP_DECODE_KEY_VAL(hello, zcbor_tstr_decode, &world), in ZTEST()
29 zassert_equal((void *)map_one[0].value_ptr, (void *)&world); in ZTEST()
40 struct zcbor_string world; in ZTEST() local
47 ZCBOR_MAP_DECODE_KEY_DECODER("hello", zcbor_tstr_decode, &world), in ZTEST()
54 /* { "hello":"world", "one":1, "bool_val":true } */ in ZTEST()
56 zcbor_tstr_put_lit(zsd, "hello") && zcbor_tstr_put_lit(zsd, "world") && in ZTEST()
71 zassert_equal(sizeof("world") - 1, world.len, "Expected length %d", in ZTEST()
72 sizeof("world") - 1); in ZTEST()
[all …]
/Zephyr-latest/boards/qemu/riscv32_xip/doc/
Dindex.rst33 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
34 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
35 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
36 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
37 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
38 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
39 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
40 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
41 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
42 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
[all …]
/Zephyr-latest/samples/synchronization/
DREADME.rst34 threadA: Hello World!
35 threadB: Hello World!
36 threadA: Hello World!
37 threadB: Hello World!
38 threadA: Hello World!
39 threadB: Hello World!
40 threadA: Hello World!
41 threadB: Hello World!
42 threadA: Hello World!
43 threadB: Hello World!
/Zephyr-latest/doc/services/debugging/
Dthread-analyzer.rst29 thread_a: Hello World from cpu 0 on qemu_x86!
35 thread_b: Hello World from cpu 0 on qemu_x86!
36 thread_a: Hello World from cpu 0 on qemu_x86!
37 thread_b: Hello World from cpu 0 on qemu_x86!
38 thread_a: Hello World from cpu 0 on qemu_x86!
39 thread_b: Hello World from cpu 0 on qemu_x86!
40 thread_a: Hello World from cpu 0 on qemu_x86!
41 thread_b: Hello World from cpu 0 on qemu_x86!
42 thread_a: Hello World from cpu 0 on qemu_x86!
48 thread_b: Hello World from cpu 0 on qemu_x86!
[all …]
/Zephyr-latest/boards/qemu/riscv32e/doc/
Dindex.rst34 thread_a: Hello World from cpu 0 on qemu_riscv32e!
35 thread_b: Hello World from cpu 0 on qemu_riscv32e!
36 thread_a: Hello World from cpu 0 on qemu_riscv32e!
37 thread_b: Hello World from cpu 0 on qemu_riscv32e!
38 thread_a: Hello World from cpu 0 on qemu_riscv32e!
39 thread_b: Hello World from cpu 0 on qemu_riscv32e!
40 thread_a: Hello World from cpu 0 on qemu_riscv32e!
41 thread_b: Hello World from cpu 0 on qemu_riscv32e!
42 thread_a: Hello World from cpu 0 on qemu_riscv32e!
43 thread_b: Hello World from cpu 0 on qemu_riscv32e!
[all …]
/Zephyr-latest/boards/qemu/xtensa/doc/
Dindex.rst27 threadA: Hello World from xtensa!
28 threadB: Hello World from xtensa!
29 threadA: Hello World from xtensa!
30 threadB: Hello World from xtensa!
31 threadA: Hello World from xtensa!
32 threadB: Hello World from xtensa!
33 threadA: Hello World from xtensa!
34 threadB: Hello World from xtensa!
35 threadA: Hello World from xtensa!
36 threadB: Hello World from xtensa!
/Zephyr-latest/boards/qemu/leon3/doc/
Dindex.rst34 threadA: Hello World from qemu_leon3!
35 threadB: Hello World from qemu_leon3!
36 threadA: Hello World from qemu_leon3!
37 threadB: Hello World from qemu_leon3!
38 threadA: Hello World from qemu_leon3!
39 threadB: Hello World from qemu_leon3!
40 threadA: Hello World from qemu_leon3!
41 threadB: Hello World from qemu_leon3!
42 threadA: Hello World from qemu_leon3!
43 threadB: Hello World from qemu_leon3!
/Zephyr-latest/boards/qemu/riscv32/doc/
Dindex.rst34 threadA: Hello World from riscv32!
35 threadB: Hello World from riscv32!
36 threadA: Hello World from riscv32!
37 threadB: Hello World from riscv32!
38 threadA: Hello World from riscv32!
39 threadB: Hello World from riscv32!
40 threadA: Hello World from riscv32!
41 threadB: Hello World from riscv32!
42 threadA: Hello World from riscv32!
43 threadB: Hello World from riscv32!
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst2 :name: Hello World
4 Print a simple "Hello World" from userspace.
8 A simple Hello World example that can be used with any supported board and
9 prints 'Hello World from UserSpace!' to the console.
10 If unavailable or unconfigured then 'Hello World from privileged mode.'
21 This project outputs 'Hello World from UserSpace!' to the console.
36 Hello World from UserSpace! qemu_riscv32
Dsample.yaml2 description: Hello World sample, the simplest userspace
4 name: hello world user
13 - "Hello World from UserSpace! (.*)"
/Zephyr-latest/boards/qemu/riscv64/doc/
Dindex.rst43 threadA: Hello World from riscv64!
44 threadB: Hello World from riscv64!
45 threadA: Hello World from riscv64!
46 threadB: Hello World from riscv64!
47 threadA: Hello World from riscv64!
48 threadB: Hello World from riscv64!
49 threadA: Hello World from riscv64!
50 threadB: Hello World from riscv64!
51 threadA: Hello World from riscv64!
52 threadB: Hello World from riscv64!
/Zephyr-latest/samples/subsys/usb/console/
DREADME.rst5 Output "Hello World!" to the console over USB CDC ACM.
10 A simple Hello World sample, with console output coming via CDC ACM UART.
36 Hello World! arm
37 Hello World! arm
38 Hello World! arm
39 Hello World! arm
/Zephyr-latest/samples/boards/arc_secure_services/
Dsample.yaml20 - "I am the main thread in secure world: 0"
22 - "I am the main thread in secure world: 1"
23 - "I am the main thread in secure world: 2"
24 - "I am the main thread in secure world: 3"
/Zephyr-latest/drivers/tee/optee/
Doptee_smc.h12 * world and normal world kernel driver. We're following ARM SMC Calling
110 * Used by non-secure world to figure out which Trusted OS is installed.
123 * Used by non-secure world to figure out which version of the Trusted OS
144 * When calling these functions normal world has a few responsibilities:
197 * world.
277 * Exchanges capabilities between normal world and secure world
281 * a1 bitfield of normal world capabilities OPTEE_SMC_NSEC_CAP_*
287 * a1 bitfield of secure world capabilities OPTEE_SMC_SEC_CAP_*
288 * a2 The maximum secure world notification number
296 * a0 OPTEE_SMC_RETURN_ENOTAVAIL, can't use the capabilities from normal world
[all …]
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/samples/hello_world/
Dtest_sample.yaml2 description: Hello World sample, the simplest Zephyr
4 name: hello world
13 - "Hello World! (.*)"
/Zephyr-latest/samples/hello_world/
Dsample.yaml2 description: Hello World sample, the simplest Zephyr
4 name: hello world
13 - "Hello World! (.*)"
DREADME.rst2 :name: Hello World
4 Print "Hello World" to the console.
10 prints "Hello World" to the console.
31 Hello World! x86
/Zephyr-latest/boards/qemu/cortex_r5/doc/
Dindex.rst78 threadA: Hello World from qemu_cortex_r5!
79 threadB: Hello World from qemu_cortex_r5!
80 threadA: Hello World from qemu_cortex_r5!
81 threadB: Hello World from qemu_cortex_r5!
82 threadA: Hello World from qemu_cortex_r5!
83 threadB: Hello World from qemu_cortex_r5!
84 threadA: Hello World from qemu_cortex_r5!
85 threadB: Hello World from qemu_cortex_r5!
86 threadA: Hello World from qemu_cortex_r5!
87 threadB: Hello World from qemu_cortex_r5!
/Zephyr-latest/boards/qemu/malta/doc/
Dindex.rst72 thread_a: Hello World from cpu 0 on qemu_malta!
73 thread_b: Hello World from cpu 0 on qemu_malta!
74 thread_a: Hello World from cpu 0 on qemu_malta!
75 thread_b: Hello World from cpu 0 on qemu_malta!
76 thread_a: Hello World from cpu 0 on qemu_malta!
77 thread_b: Hello World from cpu 0 on qemu_malta!
78 thread_a: Hello World from cpu 0 on qemu_malta!
79 thread_b: Hello World from cpu 0 on qemu_malta!
80 thread_a: Hello World from cpu 0 on qemu_malta!
81 thread_b: Hello World from cpu 0 on qemu_malta!
/Zephyr-latest/boards/qemu/arc/
Darc_mpu_regions.c13 * for secure firmware, MPU entries are only set up for secure world.
14 * All regions not listed here are shared by secure world and normal world.
62 * Region peripheral is shared by secure world and normal world by default,
63 * no need a static mpu entry. If some peripherals belong to secure world,
/Zephyr-latest/samples/cpp/hello_world/
DREADME.rst2 :name: Hello C++ world
4 Print "Hello World" to the console in C++.
10 "Hello, C++ world!" to the console.
31 Hello C++, world! qemu_riscv32
/Zephyr-latest/boards/snps/em_starterkit/
Darc_mpu_regions.c12 * for secure firmware, MPU entries are only set up for secure world.
13 * All regions not listed here are shared by secure world and normal world.
56 * Region peripheral is shared by secure world and normal world by default,
57 * no need a static mpu entry. If some peripherals belong to secure world,
/Zephyr-latest/samples/subsys/tracing/
Dsample.yaml9 - "thread_a: Hello World from (.*)!"
10 - "thread_b: Hello World from (.*)!"
21 - "thread_a: Hello World from (.*)!"
22 - "thread_b: Hello World from (.*)!"
89 - "thread_a: Hello World from (.*)!"
90 - "thread_b: Hello World from (.*)!"

12345678910>>...22