Searched refs:k_objects (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | kobject.h | 29 enum k_objects { enum 206 bool k_object_is_valid(const void *obj, enum k_objects otype); 253 static inline bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid() 280 __syscall void *k_object_alloc(enum k_objects otype); 298 __syscall void *k_object_alloc_size(enum k_objects otype, size_t size); 359 static inline void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc() 366 static inline void *z_impl_k_object_alloc_size(enum k_objects otype, in z_impl_k_object_alloc_size()
|
/Zephyr-Core-3.5.0/kernel/ |
D | userspace_handler.c | 13 enum k_objects otype, in validate_kernel_object() 40 bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid() 80 static inline void *z_vrfy_k_object_alloc(enum k_objects otype) in z_vrfy_k_object_alloc() 86 static inline void *z_vrfy_k_object_alloc_size(enum k_objects otype, size_t size) in z_vrfy_k_object_alloc_size()
|
D | userspace.c | 82 const char *otype_to_str(enum k_objects otype) in otype_to_str() 190 static size_t obj_size_get(enum k_objects otype) in obj_size_get() 204 static size_t obj_align_get(enum k_objects otype) in obj_align_get() 314 static struct z_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create() 387 static void *z_object_alloc(enum k_objects otype, size_t size) in z_object_alloc() 441 void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc() 446 void *z_impl_k_object_alloc_size(enum k_objects otype, size_t size) in z_impl_k_object_alloc_size() 665 enum k_objects otype) in z_dump_object_error() 724 int z_object_validate(struct z_object *ko, enum k_objects otype, in z_object_validate()
|
/Zephyr-Core-3.5.0/include/zephyr/ |
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); 432 enum k_objects otype, in z_obj_validation_check()
|
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/mem_protect/src/ |
D | kobject.c | 1377 extern const char *otype_to_str(enum k_objects otype); 1388 enum k_objects otype = K_OBJ_ANY; in ZTEST()
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | kernelobjects.rst | 15 include/kernel.h as :c:enum:`k_objects`. 128 instance of :c:enum:`k_objects`.
|