Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h384 val &= _HPAGE_CHG_MASK; in pmd_modify()
385 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.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h390 #define _HPAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_HPTEFLAGS | \ macro
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c788 pmd_val(pmd) &= _HPAGE_CHG_MASK; in pmd_modify()