/linux/Documentation/translations/zh_CN/core-api/ |
A D | cachetlb.rst | 80 5) ``void update_mmu_cache(struct vm_area_struct *vma, 268 sparc64的flush_dcache_page和update_mmu_cache实现,以了解如 272 是一个空树,只需标记架构私有页标志位。之后,在update_mmu_cache() 309 flush_icache_page的所有功能都可以在flush_dcache_page和update_mmu_cache
|
/linux/arch/powerpc/include/asm/book3s/ |
A D | pgtable.h | 37 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 296 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep); 299 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) {} in update_mmu_cache() function
|
/linux/arch/nds32/include/asm/ |
A D | tlbflush.h | 43 void update_mmu_cache(struct vm_area_struct *vma,
|
/linux/arch/hexagon/include/asm/ |
A D | cacheflush.h | 61 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux/arch/microblaze/include/asm/ |
A D | tlbflush.h | 36 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
|
/linux/arch/csky/abiv1/ |
A D | cacheflush.c | 37 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/linux/arch/sh/mm/ |
A D | tlbex_32.c | 79 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
/linux/arch/csky/abiv2/ |
A D | cacheflush.c | 9 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, in update_mmu_cache() function
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 134 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux/arch/sh/include/asm/ |
A D | pgtable.h | 125 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/linux/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 124 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|
/linux/arch/powerpc/mm/nohash/ |
A D | book3e_hugetlbpage.c | 192 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/linux/arch/arm/include/asm/ |
A D | tlbflush.h | 625 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, 628 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux/arch/arm/mm/ |
A D | fault-armv.c | 181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/linux/arch/arc/mm/ |
A D | tlb.c | 470 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function 534 update_mmu_cache(vma, addr, &pte); in update_mmu_cache_pmd()
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 381 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function 399 update_mmu_cache(vma, address, ptep); in update_mmu_cache_pmd()
|
/linux/arch/xtensa/mm/ |
A D | cache.c | 211 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
|
/linux/mm/ |
A D | userfaultfd.c | 115 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_install_pte() 208 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_zeropage_pte()
|
A D | memory.c | 744 update_mmu_cache(vma, address, ptep); in restore_exclusive_pte() 2046 update_mmu_cache(vma, addr, pte); in insert_pfn() 2063 update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */ in insert_pfn() 2775 update_mmu_cache(vma, addr, vmf->pte); in cow_user_page() 2949 update_mmu_cache(vma, vmf->address, vmf->pte); in wp_page_reuse() 3054 update_mmu_cache(vma, vmf->address, vmf->pte); in wp_page_copy() 3680 update_mmu_cache(vma, vmf->address, vmf->pte); in do_swap_page() 3783 update_mmu_cache(vma, vmf->address, vmf->pte); in do_anonymous_page() 3805 update_mmu_cache(vma, vmf->address, vmf->pte); in do_anonymous_page() 4414 update_mmu_cache(vma, vmf->address, vmf->pte); in do_numa_page() [all …]
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 275 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 557 static inline void update_mmu_cache(struct vm_area_struct *vma, function 565 #define update_mmu_tlb update_mmu_cache
|
/linux/arch/nios2/mm/ |
A D | cacheflush.c | 201 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux/Documentation/core-api/ |
A D | cachetlb.rst | 91 5) ``void update_mmu_cache(struct vm_area_struct *vma, 312 flush_dcache_page and update_mmu_cache implementations for an example 318 update_mmu_cache(), a check is made of this flag bit, and if set the 372 flush_dcache_page and update_mmu_cache. In the future, the hope
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 268 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|