Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h1168 unsigned long ignore_flags = _KERNPG_TABLE | _PAGE_USER; in p4d_bad() local
1171 ignore_flags |= _PAGE_NX; in p4d_bad()
1173 return (p4d_flags(p4d) & ~ignore_flags) != 0; in p4d_bad()
1211 unsigned long ignore_flags = _PAGE_USER; in pgd_bad() local
1217 ignore_flags |= _PAGE_NX; in pgd_bad()
1219 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
/linux-6.12.1/fs/btrfs/
Ddisk-io.c2347 const bool ignore_flags = btrfs_test_opt(fs_info, IGNORESUPERFLAGS); in btrfs_validate_super() local
2354 if (!ignore_flags) { in btrfs_validate_super()