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

/linux-master/arch/x86/include/asm/
H A Dpgtable.h1125 unsigned long ignore_flags = _KERNPG_TABLE | _PAGE_USER; local
1128 ignore_flags |= _PAGE_NX;
1130 return (p4d_flags(p4d) & ~ignore_flags) != 0;
1168 unsigned long ignore_flags = _PAGE_USER; local
1174 ignore_flags |= _PAGE_NX;
1176 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE;

Completed in 102 milliseconds