/arch/openrisc/include/asm/ |
D | cacheflush.h | 33 #define dcache_page_flush(page) local_dcache_page_flush(page) argument 34 #define icache_page_inv(page) local_icache_page_inv(page) argument 36 #define dcache_page_flush(page) local_dcache_page_flush(page) argument 37 #define icache_page_inv(page) smp_icache_page_inv(page) argument 45 static inline void sync_icache_dcache(struct page *page) in sync_icache_dcache() 60 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 65 #define flush_icache_user_page(vma, page, addr, len) \ argument
|
/arch/s390/mm/ |
D | page-states.c | 60 static inline unsigned char get_page_state(struct page *page) in get_page_state() 71 static inline void set_page_unused(struct page *page, int order) in set_page_unused() 82 static inline void set_page_stable_dat(struct page *page, int order) in set_page_stable_dat() 93 static inline void set_page_stable_nodat(struct page *page, int order) in set_page_stable_nodat() 107 struct page *page; in mark_kernel_pmd() local 123 struct page *page; in mark_kernel_pud() local 144 struct page *page; in mark_kernel_p4d() local 165 struct page *page; in mark_kernel_pgd() local 186 struct page *page; in cmma_init_nodat() local 208 void arch_free_page(struct page *page, int order) in arch_free_page() [all …]
|
/arch/openrisc/mm/ |
D | cache.c | 19 static __always_inline void cache_loop(struct page *page, const unsigned int reg) in cache_loop() 30 void local_dcache_page_flush(struct page *page) in local_dcache_page_flush() 36 void local_icache_page_inv(struct page *page) in local_icache_page_inv() 46 struct page *page = pfn_to_page(pfn); in update_cache() local
|
/arch/mips/include/asm/ |
D | cacheflush.h | 39 #define Page_dcache_dirty(page) \ argument 41 #define SetPageDcacheDirty(page) \ argument 43 #define ClearPageDcacheDirty(page) \ argument 56 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 70 struct page *page, unsigned long vmaddr) in flush_anon_page() 77 struct page *page) in flush_icache_page() 129 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
|
/arch/arm/mm/ |
D | flush.c | 128 void __flush_ptrace_access(struct page *page, unsigned long uaddr, void *kaddr, in __flush_ptrace_access() 159 void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access() 170 void flush_uprobe_xol_access(struct page *page, unsigned long uaddr, in flush_uprobe_xol_access() 185 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 199 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 237 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases() 272 struct page *page; in __sync_icache_dcache() local 315 void flush_dcache_page(struct page *page) in flush_dcache_page() 357 void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page() 390 void __flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vmaddr) in __flush_anon_page()
|
/arch/arm64/mm/ |
D | flush.c | 33 static void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access() 46 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 56 struct page *page = pte_page(pte); in __sync_icache_dcache() local 70 void flush_dcache_page(struct page *page) in flush_dcache_page()
|
/arch/csky/abiv1/ |
D | cacheflush.c | 16 void flush_dcache_page(struct page *page) in flush_dcache_page() 40 struct page *page; in update_mmu_cache() local 58 void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
|
/arch/s390/kernel/ |
D | uv.c | 169 static int expected_page_refs(struct page *page) in expected_page_refs() 188 struct page *page; in make_secure_pte() local 225 struct page *page; in gmap_make_secure() local 315 int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() 355 struct kobj_attribute *attr, char *page) in uv_query_facilities() 377 struct kobj_attribute *attr, char *page) in uv_query_max_guest_cpus() 387 struct kobj_attribute *attr, char *page) in uv_query_max_guest_vms() 397 struct kobj_attribute *attr, char *page) in uv_query_max_guest_addr()
|
/arch/xtensa/mm/ |
D | cache.c | 59 static inline void kmap_invalidate_coherent(struct page *page, in kmap_invalidate_coherent() 81 static inline void *coherent_kvaddr(struct page *page, unsigned long base, in coherent_kvaddr() 93 void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 129 void flush_dcache_page(struct page *page) in flush_dcache_page() 219 struct page *page; in update_mmu_cache() local 265 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 305 extern void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page()
|
/arch/powerpc/mm/ |
D | pgtable-frag.c | 21 struct page *page; in pte_frag_destroy() local 58 struct page *page; in __alloc_for_ptecache() local 111 struct page *page = virt_to_page(table); in pte_fragment_free() local
|
/arch/x86/lib/ |
D | mmx_32.c | 136 static void fast_clear_page(void *page) in fast_clear_page() 256 static void fast_clear_page(void *page) in fast_clear_page() 347 static void slow_zero_page(void *page) in slow_zero_page() 360 void mmx_clear_page(void *page) in mmx_clear_page()
|
/arch/csky/abiv2/inc/abi/ |
D | page.h | 5 struct page *page) in clear_user_page() 11 struct page *page) in copy_user_page()
|
/arch/nios2/mm/ |
D | cacheflush.c | 73 static void flush_aliases(struct address_space *mapping, struct page *page) in flush_aliases() 140 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page() 160 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 172 void flush_dcache_page(struct page *page) in flush_dcache_page() 205 struct page *page; in update_mmu_cache() local 243 void clear_user_page(void *addr, unsigned long vaddr, struct page *page) in clear_user_page() 252 void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page() 263 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page()
|
/arch/sparc/include/asm/ |
D | cacheflush_64.h | 26 #define flush_cache_page(vma, page, pfn) \ argument 43 #define smp_flush_dcache_page_impl(page,cpu) flush_dcache_page_impl(page) argument 44 #define flush_dcache_page_all(mm,page) flush_dcache_page_impl(page) argument 57 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 64 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
D | agp.h | 7 #define map_page_into_agp(page) argument 8 #define unmap_page_from_agp(page) argument
|
/arch/ia64/include/asm/ |
D | cacheflush.h | 16 #define flush_dcache_page(page) \ argument 25 #define flush_icache_user_page(vma, page, user_addr, len) \ argument
|
D | agp.h | 17 #define map_page_into_agp(page) do { } while (0) argument 18 #define unmap_page_from_agp(page) do { } while (0) argument
|
/arch/nds32/mm/ |
D | cacheflush.c | 28 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page() 39 void flush_icache_user_page(struct vm_area_struct *vma, struct page *page, in flush_icache_user_page() 51 struct page *page; in update_mmu_cache() local 80 static inline unsigned long aliasing(unsigned long addr, unsigned long page) in aliasing() 187 void clear_user_page(void *addr, unsigned long vaddr, struct page *page) in clear_user_page() 218 void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 237 void flush_dcache_page(struct page *page) in flush_dcache_page() 265 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 286 void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page() 300 struct page *page, unsigned long vaddr) in flush_anon_page() [all …]
|
/arch/m68k/include/asm/ |
D | page_no.h | 10 #define clear_page(page) memset((page), 0, PAGE_SIZE) argument 13 #define clear_user_page(page, vaddr, pg) clear_page(page) argument 27 #define page_to_virt(page) __va(((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)) argument 30 #define page_to_pfn(page) virt_to_pfn(page_to_virt(page)) argument
|
D | mcf_pgalloc.h | 17 unsigned long page = __get_free_page(GFP_DMA); in pte_alloc_one_kernel() local 40 struct page *page = virt_to_page(pgtable); in __pte_free_tlb() local 48 struct page *page = alloc_pages(GFP_DMA, 0); in pte_alloc_one() local 66 struct page *page = virt_to_page(pgtable); in pte_free() local
|
/arch/powerpc/include/asm/ |
D | agp.h | 8 #define map_page_into_agp(page) argument 9 #define unmap_page_from_agp(page) argument
|
/arch/alpha/include/asm/ |
D | agp.h | 9 #define map_page_into_agp(page) argument 10 #define unmap_page_from_agp(page) argument
|
/arch/x86/include/asm/ |
D | agp.h | 16 #define map_page_into_agp(page) set_pages_uc(page, 1) argument 17 #define unmap_page_from_agp(page) set_pages_wb(page, 1) argument
|
/arch/parisc/include/asm/ |
D | agp.h | 11 #define map_page_into_agp(page) /* nothing */ argument 12 #define unmap_page_from_agp(page) /* nothing */ argument
|
/arch/arm64/kvm/hyp/include/nvhe/ |
D | memory.h | 40 #define hyp_page_to_pfn(page) ((struct hyp_page *)(page) - hyp_vmemmap) argument 41 #define hyp_page_to_phys(page) hyp_pfn_to_phys((hyp_page_to_pfn(page))) argument 42 #define hyp_page_to_virt(page) __hyp_va(hyp_page_to_phys(page)) argument 43 #define hyp_page_to_pool(page) (((struct hyp_page *)page)->pool) argument
|