Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/lib/xlat_tables_v2/
A Dxlat_tables_utils.c398 uint64_t attr_index = (desc >> ATTR_INDEX_SHIFT) & ATTR_INDEX_MASK; in xlat_get_mem_attributes_internal() local
400 if (attr_index == ATTR_IWBWA_OWBWA_NTR_INDEX) { in xlat_get_mem_attributes_internal()
402 } else if (attr_index == ATTR_NON_CACHEABLE_INDEX) { in xlat_get_mem_attributes_internal()
405 assert(attr_index == ATTR_DEVICE_INDEX); in xlat_get_mem_attributes_internal()
493 uint64_t desc, attr_index; in xlat_change_mem_attributes_ctx() local
524 attr_index = (desc >> ATTR_INDEX_SHIFT) & ATTR_INDEX_MASK; in xlat_change_mem_attributes_ctx()
525 if (attr_index == ATTR_DEVICE_INDEX) { in xlat_change_mem_attributes_ctx()

Completed in 2 milliseconds