Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dmemtype.c123 #define _PGMT_MASK (1UL << PG_arch_2 | 1UL << PG_arch_1) macro
124 #define _PGMT_CLEAR_MASK (~_PGMT_MASK)
128 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype()