Searched refs:_PAGE_USER_TABLE (Results 1 – 4 of 4) sorted by relevance
20 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_BIT4 | PMD_DOMAIN(DOMAIN_USER)) macro136 prot = _PAGE_USER_TABLE; in pmd_populate()
63 pmdval = page_to_pfn(ptep) << PAGE_SHIFT | _PAGE_USER_TABLE; in pmd_populate()
135 #define _PAGE_USER_TABLE PMD_TYPE_TABLE macro
56 pmdval_t user_pmd_table = _PAGE_USER_TABLE;