Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/spm/el3_spmc/
Dspmc_shared_mem.c73 struct spmc_shmem_obj *obj; in spmc_shmem_obj_alloc() local
119 struct spmc_shmem_obj *obj) in spmc_shmem_obj_free()
146 struct spmc_shmem_obj *obj = (struct spmc_shmem_obj *)curr; in spmc_shmem_obj_lookup() local
171 struct spmc_shmem_obj *obj = (struct spmc_shmem_obj *)curr; in spmc_shmem_obj_get_next() local
228 spmc_shmem_obj_get_comp_mrd(struct spmc_shmem_obj *obj, uint32_t ffa_version) in spmc_shmem_obj_get_comp_mrd()
261 spmc_shmem_obj_ffa_constituent_size(struct spmc_shmem_obj *obj, in spmc_shmem_obj_ffa_constituent_size()
281 bool spmc_shmem_obj_validate_id(struct spmc_shmem_obj *obj, uint16_t sp_id) in spmc_shmem_obj_validate_id()
710 static int spmc_shmem_check_obj(struct spmc_shmem_obj *obj, in spmc_shmem_check_obj()
856 static int spmc_shmem_check_state_obj(struct spmc_shmem_obj *obj, in spmc_shmem_check_state_obj()
898 struct spmc_shmem_obj *obj, in spmc_ffa_fill_desc()
[all …]
/trusted-firmware-a-3.6.0-3.5.0/include/lib/
Dobject_pool.h65 void *obj = (char *)(pool->objects) + (pool->obj_size * pool->used); in pool_alloc_n() local