Home
last modified time | relevance | path

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

/arm-trusted-firmware/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c74 struct spmc_shmem_obj *obj; in spmc_shmem_obj_alloc() local
127 spmc_shmem_obj_free(struct spmc_shmem_obj_state * state,struct spmc_shmem_obj * obj) spmc_shmem_obj_free() argument
154 struct spmc_shmem_obj *obj = (struct spmc_shmem_obj *)curr; spmc_shmem_obj_lookup() local
179 struct spmc_shmem_obj *obj = (struct spmc_shmem_obj *)curr; spmc_shmem_obj_get_next() local
235 spmc_shmem_obj_get_comp_mrd(struct spmc_shmem_obj * obj,uint32_t ffa_version) spmc_shmem_obj_get_comp_mrd() argument
265 spmc_shmem_obj_validate_id(struct spmc_shmem_obj * obj,uint16_t sp_id) spmc_shmem_obj_validate_id() argument
779 spmc_shmem_check_obj(struct spmc_shmem_obj * obj,uint32_t ffa_version) spmc_shmem_check_obj() argument
960 spmc_shmem_check_state_obj(struct spmc_shmem_obj * obj,uint32_t ffa_version) spmc_shmem_check_state_obj() argument
1002 spmc_ffa_fill_desc(struct mailbox * mbox,struct spmc_shmem_obj * obj,uint32_t fragment_length,ffa_mtd_flag32_t mtd_flag,uint32_t ffa_version,void * smc_handle) spmc_ffa_fill_desc() argument
1194 struct spmc_shmem_obj *obj; spmc_ffa_mem_send() local
1288 struct spmc_shmem_obj *obj; spmc_ffa_mem_frag_tx() local
1401 struct spmc_shmem_obj *obj = NULL; spmc_ffa_mem_retrieve_req() local
1663 struct spmc_shmem_obj *obj; spmc_ffa_mem_frag_rx() local
1777 struct spmc_shmem_obj *obj; spmc_ffa_mem_relinquish() local
1886 struct spmc_shmem_obj *obj; spmc_ffa_mem_reclaim() local
[all...]
/arm-trusted-firmware/include/lib/
H A Dobject_pool.h65 void *obj = (char *)(pool->objects) + (pool->obj_size * pool->used); in pool_alloc_n() local