Symbol: PG_arch_1
arch/arc/include/asm/cacheflush.h
57
#define PG_dc_clean PG_arch_1
arch/arm/include/asm/cacheflush.h
23
#define PG_dcache_clean PG_arch_1
arch/arm64/include/asm/cacheflush.h
18
#define PG_dcache_clean PG_arch_1
arch/csky/abiv1/cacheflush.c
16
#define PG_dcache_clean PG_arch_1
arch/csky/abiv2/inc/abi/cacheflush.h
19
#define PG_dcache_clean PG_arch_1
arch/mips/include/asm/cacheflush.h
37
#define PG_dcache_dirty PG_arch_1
arch/nios2/include/asm/cacheflush.h
19
#define PG_dcache_clean PG_arch_1
arch/openrisc/include/asm/cacheflush.h
74
#define PG_dc_clean PG_arch_1
arch/parisc/include/asm/pgtable.h
399
#define PG_dcache_dirty PG_arch_1
arch/powerpc/include/asm/cacheflush.h
15
#define PG_dcache_clean PG_arch_1
arch/riscv/include/asm/cacheflush.h
22
#define PG_dcache_clean PG_arch_1
arch/s390/kernel/uv.c
147
clear_bit(PG_arch_1, &folio->flags.f);
arch/s390/kernel/uv.c
197
clear_bit(PG_arch_1, &folio->flags.f);
arch/s390/kernel/uv.c
260
set_bit(PG_arch_1, &folio->flags.f);
arch/s390/kernel/uv.c
385
if (!test_bit(PG_arch_1, &folio->flags.f))
arch/s390/kernel/uv.c
394
clear_bit(PG_arch_1, &folio->flags.f);
arch/s390/kernel/uv.c
400
clear_bit(PG_arch_1, &folio->flags.f);
arch/s390/mm/fault.c
446
clear_bit(PG_arch_1, &folio->flags.f);
arch/sh/include/asm/cacheflush.h
103
#define PG_dcache_clean PG_arch_1
arch/sparc/mm/init_64.c
221
#define PG_dcache_dirty PG_arch_1
arch/x86/mm/pat/memtype.c
122
#define _PGMT_WC (1UL << PG_arch_1)
arch/x86/mm/pat/memtype.c
124
#define _PGMT_WT (1UL << PG_arch_2 | 1UL << PG_arch_1)
arch/x86/mm/pat/memtype.c
125
#define _PGMT_MASK (1UL << PG_arch_2 | 1UL << PG_arch_1)
arch/xtensa/kernel/asm-offsets.c
129
DEFINE(PG_ARCH_1, PG_arch_1);
arch/xtensa/mm/cache.c
114
set_bit(PG_arch_1, folio_flags(folio, 0));
arch/xtensa/mm/cache.c
137
if (!test_bit(PG_arch_1, &folio->flags.f))
arch/xtensa/mm/cache.c
138
set_bit(PG_arch_1, &folio->flags.f);
arch/xtensa/mm/cache.c
235
if (!folio_test_reserved(folio) && test_bit(PG_arch_1, &folio->flags.f)) {
arch/xtensa/mm/cache.c
250
clear_bit(PG_arch_1, &folio->flags.f);
arch/xtensa/mm/cache.c
253
if (!folio_test_reserved(folio) && !test_bit(PG_arch_1, &folio->flags.f)
arch/xtensa/mm/cache.c
261
set_bit(PG_arch_1, &folio->flags.f);
arch/xtensa/mm/cache.c
96
set_bit(PG_arch_1, folio_flags(folio, 0));
fs/proc/page.c
248
u |= kpf_copy_bit(k, KPF_ARCH, PG_arch_1);