Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dpgtable_64.h141 #define _PAGE_WRITE_4U _AC(0x0000000000000100,UL) /* Writable SW Bit */ macro
441 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_mkwrite()
464 : "0" (val), "i" (_PAGE_WRITE_4U | _PAGE_W_4U), in pte_wrprotect()
565 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_write()
/arch/sparc/mm/
Dgup.c33 result |= _PAGE_WRITE_4U; in gup_pte_range()
Dinit_64.c2141 #define __DIRTY_BITS_4U (_PAGE_MODIFIED_4U | _PAGE_WRITE_4U | _PAGE_W_4U)
2300 __ACCESS_BITS_4U | _PAGE_WRITE_4U | _PAGE_EXEC_4U); in sun4u_pgprot_init()
2595 if (pgprot_val(pgprot) & _PAGE_WRITE_4U) in pmd_set_protbits()