Home
last modified time | relevance | path

Searched refs:syscalls (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/
Dmain.c205 ZTEST_USER(syscalls, test_string_nlen) in ZTEST_USER() argument
253 ZTEST_USER(syscalls, test_user_string_alloc_copy) in ZTEST_USER() argument
278 ZTEST_USER(syscalls, test_user_string_copy) in ZTEST_USER() argument
302 ZTEST_USER(syscalls, test_to_copy) in ZTEST_USER() argument
327 ZTEST_USER(syscalls, test_arg64) in ZTEST_USER() argument
332 ZTEST_USER(syscalls, test_more_args) in ZTEST_USER() argument
383 ZTEST(syscalls, test_syscall_torture) in ZTEST() argument
433 ZTEST(syscalls, test_syscall_context) in ZTEST() argument
460 ZTEST_SUITE(syscalls, NULL, syscalls_setup, NULL, NULL, NULL);
/Zephyr-latest/tests/kernel/mem_protect/syscalls/
DCMakeLists.txt5 project(syscalls) project
/Zephyr-latest/doc/kernel/usermode/
Dindex.rst19 syscalls.rst
Dsyscalls.rst85 naming convention ``syscalls/<name of header file>``. For example, at the
90 #include <zephyr/syscalls/sensor.h>
102 Note that not all syscalls will be included in the final binaries.
105 files contain syscall prototypes where those syscalls must be
108 will always have their syscalls present in final binaries.
109 To force all syscalls to be included in the final binaries,
152 * This table only contains syscalls where their corresponding
175 #include <zephyr/syscalls/kernel.h>
365 #include <zephyr/syscalls/k_sem_take_mrsh.c>
/Zephyr-latest/scripts/build/
Dparse_syscalls.py194 syscalls, tagged = analyze_headers(args.include, args.scan,
201 syscalls,
Dgen_syscalls.py472 syscalls = json.load(fd)
484 for match_group, fn, to_emit in syscalls:
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst21 build time. See :ref:`System Calls <syscalls>` for more information.
76 :ref:`System Call <syscalls>` is needed as part of the implementation, the declaration and the
/Zephyr-latest/doc/services/
Dnotify.rst21 A limitation is that this API is not suitable for :ref:`syscalls`
/Zephyr-latest/tests/subsys/llext/
DCMakeLists.txt23 syscalls
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst16 :c:func:`led_set_brightness` and :c:func:`led_set_color` syscalls).
/Zephyr-latest/cmake/modules/
Dunittest.cmake64 set(INCL_GENERATED_SYSCALL_DIR ${INCL_GENERATED_DIR}/syscalls)
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1097 * :github:`35631` - [Coverity CID: 205610] Out-of-bounds read in /zephyr/include/generated/syscalls
1098 * :github:`35630` - [Coverity CID: 205657] Out-of-bounds read in /zephyr/include/generated/syscalls
1099 * :github:`35629` - [Coverity CID: 207968] Out-of-bounds read in /zephyr/include/generated/syscalls
1100 * :github:`35628` - [Coverity CID: 207976] Out-of-bounds read in /zephyr/include/generated/syscalls
1101 * :github:`35627` - [Coverity CID: 208195] Out-of-bounds read in /zephyr/include/generated/syscalls
1102 * :github:`35626` - [Coverity CID: 210588] Out-of-bounds read in /zephyr/include/generated/syscalls
1103 * :github:`35625` - [Coverity CID: 211042] Out-of-bounds read in /zephyr/include/generated/syscalls
1104 * :github:`35624` - [Coverity CID: 214226] Out-of-bounds read in /zephyr/include/generated/syscalls
1105 * :github:`35623` - [Coverity CID: 215223] Out-of-bounds read in /zephyr/include/generated/syscalls
1106 * :github:`35622` - [Coverity CID: 215238] Out-of-bounds read in /zephyr/include/generated/syscalls
[all …]
Drelease-notes-1.12.rst77 * arm: syscalls: fix some register issues
541 * :github:`6972` - RFC: kernel heap requests on behalf of syscalls
549 * :github:`6996` - buffer management issues with k_pipe syscalls
550 * :github:`6997` - buffer management issues with k_msgq syscalls
619 * :github:`7285` - buffer management issues with k_stack syscalls
716 * :github:`7761` - ARM: failed syscalls do not report site of faulting syscall
Drelease-notes-2.3.rst740 * :github:`25893` - Application syscalls in usermode gives bus fault with stacking error
797 * :github:`25666` - tests: kernel: mem_protect: syscalls: test_string_nlen fails
904 * :github:`25036` - kernel: pipe: read_avail / write_avail syscalls
1016 * :github:`24275` - tests/kernel/mem_protect/syscalls fails on ARC in test_syscall_torture
1145 * :github:`23544` - tests/kernel/mem_protect/syscalls failed on iotdk board.
1151 * :github:`23504` - Build system dependency issue with syscalls
1232 * :github:`22561` - tests/kernel/mem_protect/syscalls fails test_string_nlen on nsim_sem
Drelease-notes-3.0.rst801 * Support all syscalls being traced using the python syscall generator to
1212 * :github:`39843` - [Coverity CID: 240659] Out-of-bounds read in /zephyr/include/generated/syscalls
1219 * :github:`39830` - [Coverity CID: 240673] Out-of-bounds read in /zephyr/include/generated/syscalls
Drelease-notes-2.7.rst1227 * :github:`38138` - [Coverity CID: 239554] Out-of-bounds read in /zephyr/include/generated/syscalls
1229 * :github:`38136` - [Coverity CID: 239557] Out-of-bounds read in /zephyr/include/generated/syscalls
1236 * :github:`38129` - [Coverity CID: 239572] Out-of-bounds read in /zephyr/include/generated/syscalls
1252 * :github:`38112` - [Coverity CID: 239612] Out-of-bounds read in /zephyr/include/generated/syscalls
Drelease-notes-2.2.rst372 * Added missing syscalls
997 * :github:`21429` - Impossible to override syscalls
Drelease-notes-2.4.rst499 * Introduced led_set_color, let_get_info, and channel-dedicated syscalls
907 * :github:`28621` - tests: kernel: mem_protect: syscalls: wrong FAULTY_ADDRESS for nucleo_l073rz
1103 * :github:`27738` - em_starterkit_7d sanitycheck test failure on tests\kernel\mem_protect\syscalls
Drelease-notes-1.13.rst629 * :github:`6846` - need console subsystem abstraction for console syscalls
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c310 LLEXT_LOAD_UNLOAD(syscalls)
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst208 /* Only needed when extensions include syscalls */
209 #include <zephyr/syscalls/specific.h>
249 #include <zephyr/syscalls/specific_from_user_mrsh.c>
/Zephyr-latest/
DCMakeLists.txt685 set(syscalls_json ${CMAKE_CURRENT_BINARY_DIR}/misc/generated/syscalls.json)
688 # The syscalls subdirs txt file is constructed by python containing a list of folders to use for
805 $<$<BOOL:${CONFIG_EMIT_ALL_SYSCALLS}>:--emit-all-syscalls>
822 ${CMAKE_CURRENT_BINARY_DIR}/include/generated/zephyr/syscalls
857 # Also, some files are written to include/generated/zephyr/syscalls/
862 --base-output include/generated/zephyr/syscalls # Write to this dir
1025 # LLEXT exports symbols for all syscalls, including unimplemented ones.
2241 # Regenerate syscalls in case CONFIG_LLEXT_EDK_USERSPACE_ONLY
2248 --base-output edk/include/generated/zephyr/syscalls # Write to this dir
DKconfig.zephyr908 for application defined syscalls.
981 bool "Emit all possible syscalls in the tree"
983 This tells the build system to emit all possible syscalls found
984 in the tree, instead of only those syscalls associated with enabled
/Zephyr-latest/doc/services/llext/
Dbuild.rst209 syscalls to the kernel. This is useful when building extensions that will
/Zephyr-latest/doc/security/
Dvulnerabilities.rst247 Multiple syscalls with insufficient argument validation
271 Multiple syscalls in the Kscan subsystem perform insufficient argument

12