/linux/arch/xtensa/mm/ |
A D | cache.c | 95 set_bit(PG_arch_1, &page->flags); in clear_user_highpage() 112 set_bit(PG_arch_1, &dst->flags); in copy_user_highpage() 135 if (!test_bit(PG_arch_1, &page->flags)) in flush_dcache_page() 136 set_bit(PG_arch_1, &page->flags); in flush_dcache_page() 227 if (!PageReserved(page) && test_bit(PG_arch_1, &page->flags)) { in update_mmu_cache() 239 clear_bit(PG_arch_1, &page->flags); in update_mmu_cache() 242 if (!PageReserved(page) && !test_bit(PG_arch_1, &page->flags) in update_mmu_cache() 247 set_bit(PG_arch_1, &page->flags); in update_mmu_cache()
|
/linux/arch/s390/mm/ |
A D | page-states.c | 116 set_bit(PG_arch_1, &page->flags); in mark_kernel_pmd() 135 set_bit(PG_arch_1, &page[i].flags); in mark_kernel_pud() 156 set_bit(PG_arch_1, &page[i].flags); in mark_kernel_p4d() 178 set_bit(PG_arch_1, &page[i].flags); in mark_kernel_pgd() 199 if (__test_and_clear_bit(PG_arch_1, &page->flags)) in cmma_init_nodat()
|
A D | hugetlbpage.c | 148 if (!test_and_set_bit(PG_arch_1, &page->flags)) in clear_huge_pte_skeys()
|
/linux/arch/s390/kernel/ |
A D | uv.c | 134 clear_bit(PG_arch_1, &page->flags); in uv_destroy_owned_page() 169 clear_bit(PG_arch_1, &page->flags); in uv_convert_owned_from_secure() 215 set_bit(PG_arch_1, &page->flags); in make_secure_pte() 360 if (!test_bit(PG_arch_1, &page->flags)) in arch_make_page_accessible() 365 clear_bit(PG_arch_1, &page->flags); in arch_make_page_accessible() 371 clear_bit(PG_arch_1, &page->flags); in arch_make_page_accessible()
|
/linux/arch/ia64/mm/ |
A D | init.c | 58 if (test_bit(PG_arch_1, &page->flags)) in __ia64_sync_icache_dcache() 62 set_bit(PG_arch_1, &page->flags); /* mark page as clean */ in __ia64_sync_icache_dcache() 75 set_bit(PG_arch_1, &pfn_to_page(pfn)->flags); in arch_dma_mark_clean()
|
/linux/arch/ia64/include/asm/ |
A D | cacheflush.h | 18 clear_bit(PG_arch_1, &(page)->flags); \
|
/linux/arch/riscv/include/asm/ |
A D | cacheflush.h | 16 #define PG_dcache_clean PG_arch_1
|
/linux/arch/openrisc/include/asm/ |
A D | cacheflush.h | 57 #define PG_dc_clean PG_arch_1
|
/linux/arch/arm64/include/asm/ |
A D | cacheflush.h | 18 #define PG_dcache_clean PG_arch_1
|
/linux/arch/csky/abiv1/ |
A D | cacheflush.c | 15 #define PG_dcache_clean PG_arch_1
|
/linux/arch/nios2/include/asm/ |
A D | cacheflush.h | 19 #define PG_dcache_clean PG_arch_1
|
/linux/arch/csky/abiv2/inc/abi/ |
A D | cacheflush.h | 19 #define PG_dcache_clean PG_arch_1
|
/linux/arch/nds32/include/asm/ |
A D | cacheflush.h | 9 #define PG_dcache_dirty PG_arch_1
|
/linux/arch/powerpc/include/asm/ |
A D | cacheflush.h | 15 #define PG_dcache_clean PG_arch_1
|
/linux/arch/arc/include/asm/ |
A D | cacheflush.h | 83 #define PG_dc_clean PG_arch_1
|
/linux/arch/sh/include/asm/ |
A D | cacheflush.h | 95 #define PG_dcache_clean PG_arch_1
|
/linux/arch/mips/include/asm/ |
A D | cacheflush.h | 37 #define PG_dcache_dirty PG_arch_1
|
/linux/arch/s390/include/asm/ |
A D | hugetlb.h | 40 clear_bit(PG_arch_1, &page->flags); in arch_clear_hugepage_flags()
|
/linux/arch/x86/mm/pat/ |
A D | memtype.c | 123 #define _PGMT_WC (1UL << PG_arch_1) 125 #define _PGMT_WT (1UL << PG_uncached | 1UL << PG_arch_1) 126 #define _PGMT_MASK (1UL << PG_uncached | 1UL << PG_arch_1)
|
/linux/arch/arm/include/asm/ |
A D | cacheflush.h | 23 #define PG_dcache_clean PG_arch_1
|
/linux/include/trace/events/ |
A D | mmflags.h | 108 {1UL << PG_arch_1, "arch_1" }, \
|
/linux/arch/xtensa/kernel/ |
A D | asm-offsets.c | 125 DEFINE(PG_ARCH_1, PG_arch_1); in main()
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | cachetlb.rst | 262 在page->flags (PG_arch_1)中有一个位是“架构私有”。内核保证,
|
/linux/fs/proc/ |
A D | page.c | 219 u |= kpf_copy_bit(k, KPF_ARCH, PG_arch_1); in stable_page_flags()
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 417 #define PG_dcache_dirty PG_arch_1
|