Home
last modified time | relevance | path

Searched refs:_PAGE_PRESENT_4V (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/sparc/mm/
Dgup.c27 result = _PAGE_PRESENT_4V|_PAGE_P_4V; in gup_pte_range()
Dinit_64.c2543 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()
2565 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4V | __DIRTY_BITS_4V | in sun4v_pgprot_init()
2573 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | page_cache4v_flag; in sun4v_pgprot_init()
2574 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2576 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2578 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h169 #define _PAGE_PRESENT_4V _AC(0x0000000000000010,UL) /* Present */ macro
641 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()