Searched refs:k_objects (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-2.7.6/include/sys/ |
D | kobject.h | 27 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/ |
D | syscall_handler.h | 81 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/ |
D | userspace_handler.c | 63 static inline void *z_vrfy_k_object_alloc(enum k_objects otype) in z_vrfy_k_object_alloc()
|
D | userspace.c | 63 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/ |
D | kernelobjects.rst | 15 include/kernel.h as :c:enum:`k_objects`. 128 instance of :c:enum:`k_objects`.
|
/Zephyr-Core-2.7.6/soc/xtensa/esp32s2/ |
D | linker.ld | 146 SECTION_DATA_PROLOGUE(k_objects,, ALIGN(4))
|
/Zephyr-Core-2.7.6/soc/xtensa/esp32/ |
D | linker.ld | 153 SECTION_DATA_PROLOGUE(k_objects,, ALIGN(4))
|