Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_shared_mem.c74 struct spmc_shmem_obj *obj; in spmc_shmem_obj_alloc() local
127 struct spmc_shmem_obj *obj) in spmc_shmem_obj_free()
154 struct spmc_shmem_obj *obj = (struct spmc_shmem_obj *)curr; in spmc_shmem_obj_lookup() local
179 struct spmc_shmem_obj *obj = (struct spmc_shmem_obj *)curr; in spmc_shmem_obj_get_next() local
235 spmc_shmem_obj_get_comp_mrd(struct spmc_shmem_obj *obj, uint32_t ffa_version) in spmc_shmem_obj_get_comp_mrd()
265 bool spmc_shmem_obj_validate_id(struct spmc_shmem_obj *obj, uint16_t sp_id) in spmc_shmem_obj_validate_id()
779 static int spmc_shmem_check_obj(struct spmc_shmem_obj *obj, in spmc_shmem_check_obj()
960 static int spmc_shmem_check_state_obj(struct spmc_shmem_obj *obj, in spmc_shmem_check_state_obj()
1002 struct spmc_shmem_obj *obj, in spmc_ffa_fill_desc()
1194 struct spmc_shmem_obj *obj; in spmc_ffa_mem_send() local
[all …]
/trusted-firmware-a-latest/include/lib/
Dobject_pool.h65 void *obj = (char *)(pool->objects) + (pool->obj_size * pool->used); in pool_alloc_n() local