Home
last modified time | relevance | path

Searched refs:_PAGE_PRESENT_4U (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_64.h140 #define _PAGE_PRESENT_4U _AC(0x0000000000000080,UL) /* Present */ macro
650 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()
1099 prot = _PAGE_PRESENT_4U | _PAGE_P_4U; in pte_access_permitted()
/linux-6.3-rc2/arch/sparc/mm/
A Dinit_64.c2672 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2676 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2685 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init()
2705 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init()
2706 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2708 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2710 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()

Completed in 28 milliseconds