/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 105 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/ |
D | plan.txt | 2 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/ |
D | CMakeLists.txt | 9 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/ |
D | Linux.aarch64.cmake | 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/boards/nxp/twr_ke18f/ |
D | Kconfig.defconfig | 13 # and userspace. Only enable HW stack protection if userspace is not enabled.
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | Kconfig.defconfig | 19 # and userspace. Only enable HW stack protection if userspace is not enabled.
|
/Zephyr-latest/tests/benchmarks/sched_userspace/ |
D | README.rst | 7 abstractions. Contrary to the non-userspace version, it runs threads 8 in userspace with different memory domains.
|
/Zephyr-latest/samples/userspace/hello_world_user/ |
D | README.rst | 4 Print a simple "Hello World" from userspace. 25 :zephyr-app: samples/userspace/hello_world_user
|
/Zephyr-latest/samples/userspace/ |
D | index.rst | 1 .. zephyr:code-sample-category:: userspace
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/ |
D | CMakeLists.txt | 5 project(userspace) project
|
/Zephyr-latest/tests/benchmarks/footprints/ |
D | CMakeLists.txt | 9 target_sources_ifdef(CONFIG_USERSPACE app PRIVATE src/userspace.c)
|
/Zephyr-latest/doc/services/ |
D | notify.rst | 25 * copying the notification content from userspace will break use of 28 accepted from userspace callers.
|
/Zephyr-latest/doc/develop/sca/ |
D | gcc.rst | 18 west build -b qemu_x86 samples/userspace/hello_world_user -- -DZEPHYR_SCA_VARIANT=gcc
|
/Zephyr-latest/arch/arc/core/ |
D | CMakeLists.txt | 27 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
|
/Zephyr-latest/arch/x86/core/ |
D | CMakeLists.txt | 21 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.c)
|
D | intel64.cmake | 20 zephyr_library_sources_ifdef(CONFIG_USERSPACE intel64/userspace.S)
|
D | ia32.cmake | 22 zephyr_library_sources_ifdef(CONFIG_X86_USERSPACE ia32/userspace.S)
|
/Zephyr-latest/arch/riscv/core/ |
D | CMakeLists.txt | 32 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
|
/Zephyr-latest/subsys/testsuite/ |
D | Kconfig | 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
|
/Zephyr-latest/arch/arm/core/ |
D | CMakeLists.txt | 14 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
|
/Zephyr-latest/kernel/ |
D | CMakeLists.txt | 134 # 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/ |
D | README.rst | 20 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/ |
D | mpu_userspace.rst | 6 The MPU backed userspace implementation requires the creation of a secondary
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 27 Set to 1024 by default, depends on userspace feature.
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 36 zephyr_library_sources_ifdef(CONFIG_USERSPACE userspace.S)
|