Searched refs:PTE_TYPE_PAGE (Results 1 – 4 of 4) sorted by relevance
61 #define PTE_TYPE_PAGE (_AT(pteval_t, 3) << 0) macro
118 #define PTE_TYPE_PAGE BIT(1) macro
169 pg_attr = PTE_AF | PTE_ATTRINDX(attr_idx) | PTE_TYPE_PAGE | PTE_VALID; in _virt_pg_map()
621 prot = __pgprot((pgprot_val(prot) & ~PTE_TYPE_MASK) | PTE_TYPE_PAGE); in split_pmd()