Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c92 static int pte_type(u64 *pte) in pte_type() function
132 if (pte_type(pte) != PTE_TYPE_TABLE) in find_pte()
179 if (pte_type(pte) != PTE_TYPE_BLOCK) in split_block()
215 if (pte && (pte_type(pte) == PTE_TYPE_FAULT)) { in add_map()
241 } else if (pte_type(pte) == PTE_TYPE_FAULT) { in add_map()
247 } else if (pte_type(pte) == PTE_TYPE_BLOCK) { in add_map()
256 enum pte_type { enum
276 enum pte_type pte_type = PTE_INVAL; in count_required_pts() local
290 pte_type = PTE_LEVEL; in count_required_pts()
296 pte_type = PTE_LEVEL; in count_required_pts()
[all …]