Lines Matching refs:LOWER_ATTRS
72 printf(((desc & LOWER_ATTRS(AP_RO)) != 0ULL) ? "-RO" : "-RW"); in xlat_desc_print()
91 printf(((desc & LOWER_ATTRS(AP_RO)) != 0ULL) ? "-RO" : "-RW"); in xlat_desc_print()
98 printf(((desc & LOWER_ATTRS(AP_ACCESS_UNPRIVILEGED)) != 0ULL) in xlat_desc_print()
109 switch (desc & LOWER_ATTRS(EL3_S1_NSE | NS)) { in xlat_desc_print()
110 case LOWER_ATTRS(NS): in xlat_desc_print()
113 case LOWER_ATTRS(EL3_S1_NSE): in xlat_desc_print()
116 case LOWER_ATTRS(EL3_S1_NSE | NS): in xlat_desc_print()
138 assert((LOWER_ATTRS(EL3_S1_NSE) & desc) == 0); in xlat_desc_print()
141 printf(((LOWER_ATTRS(NS) & desc) != 0ULL) ? "-NS" : "-S"); in xlat_desc_print()
592 new_desc |= old_desc & LOWER_ATTRS(NS); in xlat_change_mem_attributes_ctx()
597 new_desc |= old_desc & LOWER_ATTRS(EL3_S1_NSE); in xlat_change_mem_attributes_ctx()