Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h91 struct fip_sp { struct
93 STAILQ_ENTRY(fip_sp) link; argument
96 STAILQ_HEAD(fip_sp_head, fip_sp);
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c94 const struct fip_sp *fip_sp = NULL; in find_secure_partition() local
101 for_each_fip_sp(fip_sp) { in find_secure_partition()
102 if (!memcmp(&fip_sp->sp_img.image.uuid, uuid, sizeof(*uuid))) in find_secure_partition()
103 return &fip_sp->sp_img.image; in find_secure_partition()
1912 struct fip_sp *sp = NULL; in process_sp_pkg()
1958 sp = calloc(1, sizeof(struct fip_sp)); in process_sp_pkg()
2027 struct fip_sp *sp = STAILQ_FIRST(&fip_sp_list); in fip_sp_deinit_all()
2038 const struct fip_sp *fip_sp = NULL; in sp_init_all() local
2067 for_each_fip_sp(fip_sp) { in sp_init_all()
2068 sp = &fip_sp->sp_img; in sp_init_all()