Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_64.h157 #define _PAGE_WRITE_4V _AC(0x0400000000000000,UL) /* Writable SW Bit */ macro
532 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_mkwrite()
556 "i" (_PAGE_WRITE_4V | _PAGE_W_4V)); in pte_wrprotect()
668 : "i" (_PAGE_WRITE_4U), "i" (_PAGE_WRITE_4V)); in pte_write()
/Linux-v4.19/arch/sparc/mm/
Dgup.c31 result |= _PAGE_WRITE_4V; in gup_pte_range()
Dinit_64.c2276 #define __DIRTY_BITS_4V (_PAGE_MODIFIED_4V | _PAGE_WRITE_4V | _PAGE_W_4V)
2798 __ACCESS_BITS_4V | _PAGE_WRITE_4V | _PAGE_EXEC_4V); in sun4v_pgprot_init()