Home
last modified time | relevance | path

Searched refs:fip_sp (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dsecure_partition.h100 struct fip_sp { struct
104 STAILQ_ENTRY(fip_sp) link; argument
107 STAILQ_HEAD(fip_sp_head, fip_sp);
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c73 const struct fip_sp *fip_sp = NULL; in find_secure_partition() local
80 for_each_fip_sp(fip_sp) { in find_secure_partition()
81 if (!memcmp(&fip_sp->sp_img.image.uuid, uuid, sizeof(*uuid))) in find_secure_partition()
82 return &fip_sp->sp_img.image; in find_secure_partition()
1105 struct fip_sp *sp = NULL; in process_sp_pkg()
1178 sp = calloc(1, sizeof(struct fip_sp)); in process_sp_pkg()
1259 struct fip_sp *sp = STAILQ_FIRST(&fip_sp_list); in fip_sp_unmap_all()
1274 const struct fip_sp *fip_sp = NULL; in sp_init_all() local
1302 for_each_fip_sp(fip_sp) { in sp_init_all()
1303 sp = &fip_sp->sp_img; in sp_init_all()

Completed in 4 milliseconds