Lines Matching refs:partition
75 static uint32_t get_xbl_cpu(const struct xbl_partition *partition) in get_xbl_cpu() argument
77 uint64_t flags = partition->flags & XBL_FLAGS_CPU_MASK; in get_xbl_cpu()
91 static uint32_t get_xbl_el(const struct xbl_partition *partition) in get_xbl_el() argument
93 uint64_t flags = partition->flags & XBL_FLAGS_EL_MASK; in get_xbl_el()
107 static uint32_t get_xbl_ss(const struct xbl_partition *partition) in get_xbl_ss() argument
109 uint64_t flags = partition->flags & XBL_FLAGS_TZ_MASK; in get_xbl_ss()
123 static uint32_t get_xbl_endian(const struct xbl_partition *partition) in get_xbl_endian() argument
125 uint64_t flags = partition->flags & XBL_FLAGS_ENDIAN_MASK; in get_xbl_endian()
146 static uint32_t get_xbl_estate(const struct xbl_partition *partition) in get_xbl_estate() argument
148 uint64_t flags = partition->flags & XBL_FLAGS_ESTATE_MASK; in get_xbl_estate()
162 static uint32_t get_xbl_cluster(const struct xbl_partition *partition) in get_xbl_cluster() argument
164 uint64_t flags = partition->flags & XBL_FLAGS_CLUSTER_MASK; in get_xbl_cluster()
226 HandoffParams->partition[i].entry_point, in xbl_handover()
227 HandoffParams->partition[i].flags); in xbl_handover()
232 target_cluster = get_xbl_cluster(&HandoffParams->partition[i]); in xbl_handover()
240 target_cpu = get_xbl_cpu(&HandoffParams->partition[i]); in xbl_handover()
246 target_el = get_xbl_el(&HandoffParams->partition[i]); in xbl_handover()
254 target_secure = get_xbl_ss(&HandoffParams->partition[i]); in xbl_handover()
262 target_estate = get_xbl_estate(&HandoffParams->partition[i]); in xbl_handover()
263 target_endianness = get_xbl_endian(&HandoffParams->partition[i]); in xbl_handover()
303 HandoffParams->partition[i].entry_point, in xbl_handover()
305 image->pc = HandoffParams->partition[i].entry_point; in xbl_handover()