Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h909 unsigned long ignore_flags = _KERNPG_TABLE | _PAGE_USER; in p4d_bad() local
912 ignore_flags |= _PAGE_NX; in p4d_bad()
914 return (p4d_flags(p4d) & ~ignore_flags) != 0; in p4d_bad()
952 unsigned long ignore_flags = _PAGE_USER; in pgd_bad() local
958 ignore_flags |= _PAGE_NX; in pgd_bad()
960 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()

Completed in 8 milliseconds