Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/include/asm/
Dmte.h38 #define PG_mte_tagged PG_arch_2
/linux-6.14.4/arch/x86/mm/pat/
Dmemtype.c121 #define _PGMT_UC_MINUS (1UL << PG_arch_2)
122 #define _PGMT_WT (1UL << PG_arch_2 | 1UL << PG_arch_1)
123 #define _PGMT_MASK (1UL << PG_arch_2 | 1UL << PG_arch_1)
/linux-6.14.4/fs/proc/
Dpage.c216 u |= kpf_copy_bit(k, KPF_ARCH_2, PG_arch_2); in stable_page_flags()
/linux-6.14.4/include/linux/
Dpage-flags.h125 PG_arch_2, enumerator
/linux-6.14.4/mm/
Dhuge_memory.c3208 (1L << PG_arch_2) | in __split_huge_page_tail()