Searched refs:k_objects (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | kobject.h | 30 enum k_objects { enum 148 bool k_object_is_valid(const void *obj, enum k_objects otype); 187 static inline bool k_object_is_valid(const void *obj, enum k_objects otype) in k_object_is_valid() 217 __syscall void *k_object_alloc(enum k_objects otype); 238 __syscall void *k_object_alloc_size(enum k_objects otype, size_t size); 256 static inline void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc() 263 static inline void *z_impl_k_object_alloc_size(enum k_objects otype, in z_impl_k_object_alloc_size()
|
/Zephyr-latest/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() 79 static inline void *z_vrfy_k_object_alloc(enum k_objects otype) in z_vrfy_k_object_alloc() 85 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 | 83 const char *otype_to_str(enum k_objects otype) in otype_to_str() 191 static size_t obj_size_get(enum k_objects otype) in obj_size_get() 205 static size_t obj_align_get(enum k_objects otype) in obj_align_get() 321 static struct k_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create() 396 static void *z_object_alloc(enum k_objects otype, size_t size) in z_object_alloc() 450 void *z_impl_k_object_alloc(enum k_objects otype) in z_impl_k_object_alloc() 455 void *z_impl_k_object_alloc_size(enum k_objects otype, size_t size) in z_impl_k_object_alloc_size() 674 enum k_objects otype) in k_object_dump_error() 733 int k_object_validate(struct k_object *ko, enum k_objects otype, in k_object_validate()
|
/Zephyr-latest/include/zephyr/internal/ |
D | syscall_handler.h | 92 int k_object_validate(struct k_object *ko, enum k_objects otype, 107 struct k_object *ko, enum k_objects otype); 524 enum k_objects otype, in k_object_validation_check()
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | kobject.c | 1384 extern const char *otype_to_str(enum k_objects otype); 1395 enum k_objects otype = K_OBJ_ANY; in ZTEST()
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 15 include/kernel.h as :c:enum:`k_objects`. 128 instance of :c:enum:`k_objects`.
|