Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dsun3mmu.h47 #define SUN3_PAGE_CHG_MASK (SUN3_PAGE_PGNUM_MASK \ macro
H A Dsun3_pgtable.h87 pte_val(pte) = (pte_val(pte) & SUN3_PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()