Home
last modified time | relevance | path

Searched refs:_HPAGE_CHG_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h367 val &= _HPAGE_CHG_MASK; in pmd_modify()
368 val |= massage_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()
Dpgtable_types.h103 #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc64.h386 #define _HPAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_HPTEFLAGS | \ macro
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_64.c803 pmd_val(pmd) &= _HPAGE_CHG_MASK; in pmd_modify()