Searched refs:_PAGE_USER_TABLE (Results 1 – 5 of 5) sorted by relevance
22 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_PRESENT) macro108 page_to_pfn(ptep) << PAGE_SHIFT | _PAGE_USER_TABLE); in pmd_populate()
25 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_BIT4 | PMD_DOMAIN(DOMAIN_USER)) macro166 prot = _PAGE_USER_TABLE; in pmd_populate()
92 pmdval = page_to_pfn(ptep) << PAGE_SHIFT | _PAGE_USER_TABLE; in pmd_populate()
140 #define _PAGE_USER_TABLE PMD_TYPE_TABLE macro
57 pmdval_t user_pmd_table = _PAGE_USER_TABLE;