Searched refs:LOWER_ATTRS (Results 1 – 1 of 1) sorted by relevance
122 #define LOWER_ATTRS(x) (((x) & 0xfff) << LOWER_ATTRS_SHIFT) macro400 if (desc & LOWER_ATTRS(ACCESS_FLAG)) in desc_to_mattr()403 if (!(desc & LOWER_ATTRS(AP_RO))) in desc_to_mattr()406 if (!(desc & LOWER_ATTRS(AP_UNPRIV))) in desc_to_mattr()423 a |= ((desc & LOWER_ATTRS(ATTR_INDEX_MASK)) >> LOWER_ATTRS_SHIFT) << in desc_to_mattr()426 if (!(desc & LOWER_ATTRS(NON_GLOBAL))) in desc_to_mattr()429 if (!(desc & LOWER_ATTRS(NS))) in desc_to_mattr()472 desc |= LOWER_ATTRS(AP_UNPRIV); in mattr_to_desc()475 desc |= LOWER_ATTRS(AP_RO); in mattr_to_desc()483 desc |= LOWER_ATTRS(ATTR_DEVICE_nGnRnE_INDEX | OSH); in mattr_to_desc()[all …]