Searched refs:ignore_flags (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable.h1110 unsigned long ignore_flags = _KERNPG_TABLE | _PAGE_USER; local
1113 ignore_flags |= _PAGE_NX;
1115 return (p4d_flags(p4d) & ~ignore_flags) != 0;
1153 unsigned long ignore_flags = _PAGE_USER; local
1159 ignore_flags |= _PAGE_NX;
1161 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE;

Completed in 166 milliseconds