Lines Matching refs:partition

75 static int32_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()
89 static int32_t get_xbl_el(const struct xbl_partition *partition) in get_xbl_el() argument
91 uint64_t flags = partition->flags & XBL_FLAGS_EL_MASK; in get_xbl_el()
103 static int32_t get_xbl_ss(const struct xbl_partition *partition) in get_xbl_ss() argument
105 uint64_t flags = partition->flags & XBL_FLAGS_TZ_MASK; in get_xbl_ss()
117 static int32_t get_xbl_endian(const struct xbl_partition *partition) in get_xbl_endian() argument
119 uint64_t flags = partition->flags & XBL_FLAGS_ENDIAN_MASK; in get_xbl_endian()
137 static int32_t get_xbl_estate(const struct xbl_partition *partition) in get_xbl_estate() argument
139 uint64_t flags = partition->flags & XBL_FLAGS_ESTATE_MASK; in get_xbl_estate()
151 static int32_t get_xbl_cluster(const struct xbl_partition *partition) in get_xbl_cluster() argument
153 uint64_t flags = partition->flags & XBL_FLAGS_CLUSTER_MASK; in get_xbl_cluster()
211 HandoffParams->partition[i].entry_point, in xbl_handover()
212 HandoffParams->partition[i].flags); in xbl_handover()
217 target_cluster = get_xbl_cluster(&HandoffParams->partition[i]); in xbl_handover()
225 target_cpu = get_xbl_cpu(&HandoffParams->partition[i]); in xbl_handover()
231 target_el = get_xbl_el(&HandoffParams->partition[i]); in xbl_handover()
239 target_secure = get_xbl_ss(&HandoffParams->partition[i]); in xbl_handover()
247 target_estate = get_xbl_estate(&HandoffParams->partition[i]); in xbl_handover()
248 target_endianness = get_xbl_endian(&HandoffParams->partition[i]); in xbl_handover()
288 HandoffParams->partition[i].entry_point, in xbl_handover()
290 image->pc = HandoffParams->partition[i].entry_point; in xbl_handover()