Lines Matching refs:attributes
347 uintptr_t base_va, uint32_t *attributes, uint64_t **table_entry, in xlat_get_mem_attributes_internal() argument
397 assert(attributes != NULL); in xlat_get_mem_attributes_internal()
398 *attributes = 0U; in xlat_get_mem_attributes_internal()
403 *attributes |= MT_MEMORY; in xlat_get_mem_attributes_internal()
405 *attributes |= MT_NON_CACHEABLE; in xlat_get_mem_attributes_internal()
408 *attributes |= MT_DEVICE; in xlat_get_mem_attributes_internal()
414 *attributes |= MT_RW; in xlat_get_mem_attributes_internal()
420 *attributes |= MT_USER; in xlat_get_mem_attributes_internal()
452 *attributes |= MT_SECURE; in xlat_get_mem_attributes_internal()
456 *attributes |= MT_NS; in xlat_get_mem_attributes_internal()
459 *attributes |= MT_ROOT; in xlat_get_mem_attributes_internal()
462 *attributes |= MT_REALM; in xlat_get_mem_attributes_internal()
471 *attributes |= MT_NS; in xlat_get_mem_attributes_internal()
473 *attributes |= MT_SECURE; in xlat_get_mem_attributes_internal()
480 *attributes |= MT_EXECUTE_NEVER; in xlat_get_mem_attributes_internal()