Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpat.c89 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1) macro
90 #define _PGMT_CLEAR_MASK (~_PGMT_MASK)
94 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype()