Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h140 #define _PAGE_WRITE_4U _AC(0x0000000000000100,UL) /* Writable SW Bit */ macro
392 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_write()
534 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_mkwrite_novma()
558 : "0" (val), "i" (_PAGE_WRITE_4U | _PAGE_W_4U), in pte_wrprotect()
1134 prot |= _PAGE_WRITE_4U; in pte_access_permitted()
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c2274 #define __DIRTY_BITS_4U (_PAGE_MODIFIED_4U | _PAGE_WRITE_4U | _PAGE_W_4U)
2721 __ACCESS_BITS_4U | _PAGE_WRITE_4U | _PAGE_EXEC_4U); in sun4u_pgprot_init()