Home
last modified time | relevance | path

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

/linux/arch/xtensa/mm/
H A Dcache.c96 set_bit(PG_arch_1, folio_flags(folio, 0)); in clear_user_highpage()
114 set_bit(PG_arch_1, folio_flags(folio, 0)); in copy_user_highpage()
137 if (!test_bit(PG_arch_1, &folio->flags.f)) in flush_dcache_folio()
138 set_bit(PG_arch_1, &folio->flags.f); in flush_dcache_folio()
235 if (!folio_test_reserved(folio) && test_bit(PG_arch_1, &folio->flags.f)) { in update_mmu_cache_range()
250 clear_bit(PG_arch_1, &folio->flags.f); in update_mmu_cache_range()
253 if (!folio_test_reserved(folio) && !test_bit(PG_arch_1, &folio->flags.f) in update_mmu_cache_range()
261 set_bit(PG_arch_1, &folio->flags.f); in update_mmu_cache_range()
/linux/arch/s390/kernel/
H A Duv.c147 clear_bit(PG_arch_1, &folio->flags.f); in uv_destroy_folio()
197 clear_bit(PG_arch_1, &folio->flags.f); in uv_convert_from_secure_folio()
260 set_bit(PG_arch_1, &folio->flags.f); in __make_folio_secure()
385 if (!test_bit(PG_arch_1, &folio->flags.f)) in arch_make_folio_accessible()
394 clear_bit(PG_arch_1, &folio->flags.f); in arch_make_folio_accessible()
400 clear_bit(PG_arch_1, &folio->flags.f); in arch_make_folio_accessible()
/linux/arch/arm64/include/asm/
H A Dcacheflush.h18 #define PG_dcache_clean PG_arch_1
/linux/arch/csky/abiv1/
H A Dcacheflush.c16 #define PG_dcache_clean PG_arch_1
/linux/arch/openrisc/include/asm/
H A Dcacheflush.h74 #define PG_dc_clean PG_arch_1
/linux/arch/csky/abiv2/inc/abi/
H A Dcacheflush.h19 #define PG_dcache_clean PG_arch_1
/linux/arch/arc/include/asm/
H A Dcacheflush.h57 #define PG_dc_clean PG_arch_1
/linux/arch/riscv/include/asm/
H A Dcacheflush.h22 #define PG_dcache_clean PG_arch_1
/linux/arch/nios2/include/asm/
H A Dcacheflush.h19 #define PG_dcache_clean PG_arch_1
/linux/arch/powerpc/include/asm/
H A Dcacheflush.h15 #define PG_dcache_clean PG_arch_1
/linux/arch/mips/include/asm/
H A Dcacheflush.h37 #define PG_dcache_dirty PG_arch_1
/linux/arch/sh/include/asm/
H A Dcacheflush.h103 #define PG_dcache_clean PG_arch_1
/linux/arch/x86/mm/pat/
H A Dmemtype.c122 #define _PGMT_WC (1UL << PG_arch_1)
124 #define _PGMT_WT (1UL << PG_arch_2 | 1UL << PG_arch_1)
125 #define _PGMT_MASK (1UL << PG_arch_2 | 1UL << PG_arch_1)
/linux/arch/arm/include/asm/
H A Dcacheflush.h23 #define PG_dcache_clean PG_arch_1
/linux/fs/proc/
H A Dpage.c248 u |= kpf_copy_bit(k, KPF_ARCH, PG_arch_1); in stable_page_flags()
/linux/arch/xtensa/kernel/
H A Dasm-offsets.c129 DEFINE(PG_ARCH_1, PG_arch_1); in main()
/linux/Documentation/translations/zh_CN/core-api/
H A Dcachetlb.rst263 在folio->flags (PG_arch_1)中有一个位是“架构私有”。内核保证,
/linux/arch/s390/mm/
H A Dfault.c446 clear_bit(PG_arch_1, &folio->flags.f); in do_secure_storage_access()
/linux/arch/parisc/include/asm/
H A Dpgtable.h388 #define PG_dcache_dirty PG_arch_1 in set_ptes()
/linux/include/linux/
H A Dpage-flags.h69 * PG_arch_1 is an architecture specific page state bit. The generic code
106 PG_arch_1, enumerator
/linux/Documentation/core-api/
H A Dcachetlb.rst309 There is a bit set aside in folio->flags (PG_arch_1) as "architecture
/linux/arch/sparc/mm/
H A Dinit_64.c218 #define PG_dcache_dirty PG_arch_1 in flush_dcache_folio_impl()