Searched refs:LOWER_ATTRS (Results 1 – 1 of 1) sorted by relevance
122 #define LOWER_ATTRS(x) (((x) & 0xfff) << LOWER_ATTRS_SHIFT) macro399 if (desc & LOWER_ATTRS(ACCESS_FLAG)) in desc_to_mattr()402 if (!(desc & LOWER_ATTRS(AP_RO))) in desc_to_mattr()405 if (!(desc & LOWER_ATTRS(AP_UNPRIV))) in desc_to_mattr()422 a |= ((desc & LOWER_ATTRS(ATTR_INDEX_MASK)) >> LOWER_ATTRS_SHIFT) << in desc_to_mattr()425 if (!(desc & LOWER_ATTRS(NON_GLOBAL))) in desc_to_mattr()428 if (!(desc & LOWER_ATTRS(NS))) in desc_to_mattr()471 desc |= LOWER_ATTRS(AP_UNPRIV); in mattr_to_desc()474 desc |= LOWER_ATTRS(AP_RO); in mattr_to_desc()482 desc |= LOWER_ATTRS(ATTR_DEVICE_nGnRnE_INDEX | OSH); in mattr_to_desc()[all …]