Searched refs:_PAGE_PRESENT_4V (Results 1 – 3 of 3) sorted by relevance
27 result = _PAGE_PRESENT_4V|_PAGE_P_4V; in gup_pte_range()
2318 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()2340 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4V | __DIRTY_BITS_4V | in sun4v_pgprot_init()2348 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | _PAGE_CACHE_4V; in sun4v_pgprot_init()2349 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V | _PAGE_CACHE_4V | in sun4v_pgprot_init()2351 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V | _PAGE_CACHE_4V | in sun4v_pgprot_init()2353 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4V | _PAGE_CACHE_4V | in sun4v_pgprot_init()2639 pte |= _PAGE_PRESENT_4V; in pmd_pgprot()
168 #define _PAGE_PRESENT_4V _AC(0x0000000000000010,UL) /* Present */ macro314 _PAGE_CP_4V | _PAGE_CV_4V | _PAGE_E_4V | _PAGE_PRESENT_4V | in pte_modify()613 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()