Searched refs:PTE_TYPE_BLOCK (Results 1 – 2 of 2) sorted by relevance
178 if (pte_type(pte) != PTE_TYPE_BLOCK) in split_block()207 u64 attrs = map->attrs | PTE_TYPE_BLOCK | PTE_BLOCK_AF; in add_map()246 } else if (pte_type(pte) == PTE_TYPE_BLOCK) { in add_map()531 if (pte_type(pte) == PTE_TYPE_BLOCK) in set_one_region()
48 #define PTE_TYPE_BLOCK (1 << 0) macro