Searched refs:_PAGE_USER_TABLE (Results 1 – 5 of 5) sorted by relevance
21 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_PRESENT) macro83 page_to_pfn(ptep) << PAGE_SHIFT | _PAGE_USER_TABLE); in pmd_populate()
20 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_BIT4 | PMD_DOMAIN(DOMAIN_USER)) macro146 prot = _PAGE_USER_TABLE; in pmd_populate()
66 pmdval = page_to_pfn(ptep) << PAGE_SHIFT | _PAGE_USER_TABLE; in pmd_populate()
140 #define _PAGE_USER_TABLE PMD_TYPE_TABLE macro
54 pmdval_t user_pmd_table = _PAGE_USER_TABLE;