Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_logical_sp.c245 struct spmd_lp_desc *lp = &lp_array[index]; in spmd_fill_lp_info_array() local
247 if (uuid_is_null || uuid_match(uuid, lp->uuid)) { in spmd_fill_lp_info_array()
252 (*partitions)[array_index].ep_id = lp->sp_id; in spmd_fill_lp_info_array()
254 (*partitions)[array_index].properties = lp->properties; in spmd_fill_lp_info_array()
260 &lp->uuid, sizeof(lp->uuid)); in spmd_fill_lp_info_array()