Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/include/asm/
Dpgtable_64.h135 #define _PAGE_WRITE_4V _AC(0x0400000000000000,UL) /* Writable SW Bit */ macro
434 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_mkwrite()
458 "i" (_PAGE_WRITE_4V | _PAGE_W_4V)); in pte_wrprotect()
557 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_write()
/linux-2.6.39/arch/sparc/mm/
Dinit_64.c2049 #define __DIRTY_BITS_4V (_PAGE_MODIFIED_4V | _PAGE_WRITE_4V | _PAGE_W_4V)
2244 __ACCESS_BITS_4V | _PAGE_WRITE_4V | _PAGE_EXEC_4V); in sun4v_pgprot_init()