Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv8/
Dcache_v8.c91 static int pte_type(u64 *pte) in pte_type() function
131 if (pte_type(pte) != PTE_TYPE_TABLE) in find_pte()
178 if (pte_type(pte) != PTE_TYPE_BLOCK) in split_block()
214 if (pte && (pte_type(pte) == PTE_TYPE_FAULT)) { in add_map()
240 } else if (pte_type(pte) == PTE_TYPE_FAULT) { in add_map()
246 } else if (pte_type(pte) == PTE_TYPE_BLOCK) { in add_map()
255 enum pte_type { enum
275 enum pte_type pte_type = PTE_INVAL; in count_required_pts() local
289 pte_type = PTE_LEVEL; in count_required_pts()
295 pte_type = PTE_LEVEL; in count_required_pts()
[all …]