Home
last modified time | relevance | path

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

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