Home
last modified time | relevance | path

Searched full:userspace (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/Zephyr-latest/tests/lib/newlib/thread_safety/
Dtestcase.yaml18 libraries.libc.newlib.thread_safety.userspace:
22 - userspace
24 libraries.libc.newlib.thread_safety.userspace.stress:
32 - userspace
48 libraries.libc.newlib_nano.thread_safety.userspace:
54 - userspace
56 libraries.libc.newlib_nano.thread_safety.userspace.stress:
65 - userspace
/Zephyr-latest/tests/kernel/mem_protect/userspace/
Dtestcase.yaml6 - userspace
10 kernel.memory_protection.userspace:
17 kernel.memory_protection.userspace.gap_filling.arc:
21 kernel.memory_protection.userspace.gap_filling.arm:
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst4 Print a simple "Hello World" from userspace.
9 prints 'Hello World from UserSpace!' to the console.
21 This project outputs 'Hello World from UserSpace!' to the console.
25 :zephyr-app: samples/userspace/hello_world_user
36 Hello World from UserSpace! qemu_riscv32
Dsample.yaml2 description: Hello World sample, the simplest userspace
13 - "Hello World from UserSpace! (.*)"
/Zephyr-latest/tests/subsys/rtio/rtio_api/
Dtestcase.yaml26 rtio.api.userspace:
35 - userspace
38 rtio.api.userspace.submit_sem:
47 - userspace
/Zephyr-latest/samples/userspace/prod_consumer/
Dsample.yaml2 description: userspace producer-consumer example
7 tags: userspace
14 sample.userspace.prod_consumer:
/Zephyr-latest/tests/kernel/threads/tls/
Dtestcase.yaml10 kernel.threads.tls.userspace:
14 - userspace
21 # ARCMWDT can't handle THREAD_LOCAL_STORAGE with USERSPACE, see #52570 for details
/Zephyr-latest/boards/nxp/twr_ke18f/
DKconfig.defconfig13 # and userspace. Only enable HW stack protection if userspace is not enabled.
15 default y if !USERSPACE
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake4 # distributions. Userspace is (generally) either 32-bit or 64-bit but not
7 # @Intent: Call a script to get userspace wordsize for comparison with CONFIG_64BIT
20 "CONFIG_64BIT=y but this Aarch64 machine has a 32-bit userspace.\n"
29 "CONFIG_64BIT=n but this Aarch64 machine has a 64-bit userspace.\n"
/Zephyr-latest/soc/nxp/s32/s32k1/
DKconfig.defconfig19 # and userspace. Only enable HW stack protection if userspace is not enabled.
21 default y if !USERSPACE
/Zephyr-latest/arch/xtensa/
DKconfig171 select ARCH_MEM_DOMAIN_SYNCHRONOUS_API if USERSPACE
174 select CURRENT_THREAD_USE_NO_TLS if USERSPACE
206 default 1 if !USERSPACE
215 default 20 if USERSPACE
247 select ARCH_MEM_DOMAIN_SYNCHRONOUS_API if USERSPACE
248 select CURRENT_THREAD_USE_NO_TLS if USERSPACE
266 If userspace is enabled, it will be used to restore the memory type of
282 bool "Use userspace syscall helper"
284 depends on (XTENSA_MMU || XTENSA_MPU) && USERSPACE
293 depends on (XTENSA_MMU || XTENSA_MPU) && USERSPACE
/Zephyr-latest/scripts/footprint/
Dplan.txt2 footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,benchmark…
4 footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,ben…
10 footprints,userspace,intel_ehl_crb,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,bench…
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst1 Userspace Scheduler Microbenchmark
7 abstractions. Contrary to the non-userspace version, it runs threads
8 in userspace with different memory domains.
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/
Dtestcase.yaml27 tags: userspace
41 tags: userspace
55 tags: userspace
69 tags: userspace
/Zephyr-latest/tests/kernel/fatal/exception/
Dtestcase.yaml14 - userspace
32 - userspace
41 - userspace
/Zephyr-latest/samples/userspace/
Dindex.rst1 .. zephyr:code-sample-category:: userspace
2 :name: Userspace
/Zephyr-latest/subsys/testsuite/
DKconfig104 and that the build system will [override and] enable USERSPACE
107 Tests with this option should also have the "userspace" filtering
110 The userspace APIs are no-ops if userspace is not enabled, so it is
112 not support userspace. The test should still run on those platforms,
115 If a test *requires* that userspace be enabled in order to
135 select USERSPACE
140 USERSPACE when CONFIG_ARCH_HAS_USERSPACE is set and the test
/Zephyr-latest/tests/kernel/queue/
Dtestcase.yaml5 - userspace
11 - userspace
/Zephyr-latest/tests/kernel/mem_protect/syscalls/
Dtestcase.yaml5 # Too few MPU regions for USERSPACE testing
13 - userspace
/Zephyr-latest/boards/nordic/nrf54h20dk/
DKconfig.defconfig10 default 3 if USERSPACE
17 default 3 if USERSPACE
/Zephyr-latest/tests/kernel/mem_protect/stackprot/
Dtestcase.yaml10 - userspace
16 - userspace
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
Dsample.yaml11 - userspace
17 - userspace
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c105 ZTEST_USER(userspace, test_is_usermode) in ZTEST_USER() argument
118 ZTEST_USER(userspace, test_write_control) in ZTEST_USER() argument
208 ZTEST_USER(userspace, test_disable_mmu_mpu) in ZTEST_USER() argument
288 * disabling MPU. However, this test is about catching userspace in ZTEST_USER()
308 ZTEST_USER(userspace, test_read_kernram) in ZTEST_USER() argument
325 ZTEST_USER(userspace, test_write_kernram) in ZTEST_USER() argument
343 ZTEST_USER(userspace, test_write_kernro) in ZTEST_USER() argument
374 ZTEST_USER(userspace, test_write_kerntext) in ZTEST_USER() argument
390 ZTEST_USER(userspace, test_read_kernel_data) in ZTEST_USER() argument
403 ZTEST_USER(userspace, test_write_kernel_data) in ZTEST_USER() argument
[all …]
/Zephyr-latest/samples/userspace/shared_mem/
Dsample.yaml2 description: userspace memory domain protection
8 tags: userspace
/Zephyr-latest/tests/drivers/flash_api/
Dtestcase.yaml15 drivers.flash.api.userspace:
19 - userspace

12345678910>>...12