Lines Matching refs:flags
77 uint64_t flags = partition->flags & XBL_FLAGS_CPU_MASK; in get_xbl_cpu() local
79 return flags >> XBL_FLAGS_CPU_SHIFT; in get_xbl_cpu()
91 uint64_t flags = partition->flags & XBL_FLAGS_EL_MASK; in get_xbl_el() local
93 return flags >> XBL_FLAGS_EL_SHIFT; in get_xbl_el()
105 uint64_t flags = partition->flags & XBL_FLAGS_TZ_MASK; in get_xbl_ss() local
107 return flags >> XBL_FLAGS_TZ_SHIFT; in get_xbl_ss()
119 uint64_t flags = partition->flags & XBL_FLAGS_ENDIAN_MASK; in get_xbl_endian() local
121 flags >>= XBL_FLAGS_ENDIAN_SHIFT; in get_xbl_endian()
123 if (flags == XBL_FLAGS_ENDIAN_BE) { in get_xbl_endian()
139 uint64_t flags = partition->flags & XBL_FLAGS_ESTATE_MASK; in get_xbl_estate() local
141 return flags >> XBL_FLAGS_ESTATE_SHIFT; in get_xbl_estate()
153 uint64_t flags = partition->flags & XBL_FLAGS_CLUSTER_MASK; in get_xbl_cluster() local
155 return (int32_t)(flags >> XBL_FLAGS_CLUSTER_SHIFT); in get_xbl_cluster()
212 HandoffParams->partition[i].flags); in xbl_handover()