Home
last modified time | relevance | path

Searched refs:userspace (Results 1 – 25 of 82) sorted by relevance

1234

/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
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
425 ZTEST_USER(userspace, test_read_priv_stack) in ZTEST_USER() argument
[all …]
/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/arch/xtensa/
DCMakeLists.txt9 This userspace implementation uses the window ABI this means that the kernel
10 will spill registers on behalf of the userspace. Use it carefully.")
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake7 # @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/boards/nxp/twr_ke18f/
DKconfig.defconfig13 # and userspace. Only enable HW stack protection if userspace is not enabled.
/Zephyr-latest/soc/nxp/s32/s32k1/
DKconfig.defconfig19 # and userspace. Only enable HW stack protection if userspace is not enabled.
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst7 abstractions. Contrary to the non-userspace version, it runs threads
8 in userspace with different memory domains.
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst4 Print a simple "Hello World" from userspace.
25 :zephyr-app: samples/userspace/hello_world_user
/Zephyr-latest/samples/userspace/
Dindex.rst1 .. zephyr:code-sample-category:: userspace
/Zephyr-latest/tests/kernel/mem_protect/userspace/
DCMakeLists.txt5 project(userspace) project
/Zephyr-latest/tests/benchmarks/footprints/
DCMakeLists.txt9 target_sources_ifdef(CONFIG_USERSPACE app PRIVATE src/userspace.c)
/Zephyr-latest/doc/services/
Dnotify.rst25 * copying the notification content from userspace will break use of
28 accepted from userspace callers.
/Zephyr-latest/doc/develop/sca/
Dgcc.rst18 west build -b qemu_x86 samples/userspace/hello_world_user -- -DZEPHYR_SCA_VARIANT=gcc
/Zephyr-latest/arch/arc/core/
DCMakeLists.txt27 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
/Zephyr-latest/arch/x86/core/
DCMakeLists.txt21 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.c)
Dintel64.cmake20 zephyr_library_sources_ifdef(CONFIG_USERSPACE intel64/userspace.S)
Dia32.cmake22 zephyr_library_sources_ifdef(CONFIG_X86_USERSPACE ia32/userspace.S)
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt32 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
/Zephyr-latest/subsys/testsuite/
DKconfig107 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
/Zephyr-latest/arch/arm/core/
DCMakeLists.txt14 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
/Zephyr-latest/kernel/
DCMakeLists.txt134 # optimizes the code when userspace is enabled.
189 # userspace_handler.c and userspace.c. If not the linker would complain.
198 userspace.c
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst20 userspace, each demonstrating different application and Zephyr API usage, such as
123 [app]Thread 0x20a30 created to run extension [ext1], at userspace.
127 [app]Thread 0x20938 created to run extension [ext2], at userspace.
/Zephyr-latest/doc/kernel/usermode/
Dmpu_userspace.rst6 The MPU backed userspace implementation requires the creation of a secondary
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst27 Set to 1024 by default, depends on userspace feature.
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt36 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)

1234