Searched refs:region_attributes (Results 1 – 3 of 3) sorted by relevance
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | cr51_image_descriptor.h | 181 uint16_t region_attributes; member
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign.c | 354 !(region->region_attributes & IMAGE_REGION_STATIC)) in validate_payload_regions() 400 if (!(region->region_attributes & IMAGE_REGION_STATIC)) in validate_payload_regions()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1462 colour = self.attrs.region_attributes[last.hregion.key].colour 1922 def __init__(self, collection, region_attributes, parent=None): argument 1925 self.region_attributes = region_attributes 1957 return self.region_attributes[child.key].colour 1963 return self.region_attributes[child.key].colour 1996 def __init__(self, collection, region_attributes, parent=None): argument 1999 self.data_model = SwitchGraphLegendModel(collection, region_attributes) 2080 def __init__(self, scale, subrange, region_attributes, dp): argument 2083 self.region_attributes = region_attributes 2205 region_attributes = {} [all …]
|