Searched refs:_PAGE_PRESENT_4U (Results 1 – 3 of 3) sorted by relevance
2431 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()2435 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()2444 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init()2464 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init()2465 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()2467 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()2469 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
31 result = _PAGE_PRESENT_4U|_PAGE_P_4U; in gup_pte_range()
143 #define _PAGE_PRESENT_4U _AC(0x0000000000000080,UL) /* Present */ macro625 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()