Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c2602 _PAGE_P_4U | _PAGE_W_4U); in vmemmap_populate()
2687 _PAGE_CACHE_4U | _PAGE_P_4U | in sun4u_pgprot_init()
2691 _PAGE_CACHE_4U | _PAGE_P_4U | in sun4u_pgprot_init()
2709 _PAGE_P_4U | _PAGE_W_4U); in sun4u_pgprot_init()
2828 _PAGE_CP_4U | _PAGE_CV_4U | _PAGE_P_4U | in kern_large_tte()
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h146 #define _PAGE_P_4U _AC(0x0000000000000004,UL) /* Privileged Page */ macro
1132 prot = _PAGE_PRESENT_4U | _PAGE_P_4U; in pte_access_permitted()