Home
last modified time | relevance | path

Searched refs:k_objects (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-2.7.6/include/sys/
Dkobject.h27 enum k_objects { enum
253 __syscall void *k_object_alloc(enum k_objects otype);
314 static inline void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc()
/Zephyr-Core-2.7.6/include/
Dsyscall_handler.h81 int z_object_validate(struct z_object *ko, enum k_objects otype,
93 struct z_object *ko, enum k_objects otype);
448 enum k_objects otype, in z_obj_validation_check()
/Zephyr-Core-2.7.6/kernel/
Duserspace_handler.c63 static inline void *z_vrfy_k_object_alloc(enum k_objects otype) in z_vrfy_k_object_alloc()
Duserspace.c63 const char *otype_to_str(enum k_objects otype) in otype_to_str()
170 static size_t obj_size_get(enum k_objects otype) in obj_size_get()
184 static size_t obj_align_get(enum k_objects otype) in obj_align_get()
331 void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc()
593 enum k_objects otype) in z_dump_object_error()
652 int z_object_validate(struct z_object *ko, enum k_objects otype, in z_object_validate()
/Zephyr-Core-2.7.6/doc/reference/usermode/
Dkernelobjects.rst15 include/kernel.h as :c:enum:`k_objects`.
128 instance of :c:enum:`k_objects`.
/Zephyr-Core-2.7.6/soc/xtensa/esp32s2/
Dlinker.ld146 SECTION_DATA_PROLOGUE(k_objects,, ALIGN(4))
/Zephyr-Core-2.7.6/soc/xtensa/esp32/
Dlinker.ld153 SECTION_DATA_PROLOGUE(k_objects,, ALIGN(4))