/linux-4.1.27/arch/mn10300/mm/ |
D | mmu-context.c | 29 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | cacheflush.h | 86 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/m32r/mm/ |
D | fault-nommu.c | 96 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
D | fault.c | 336 update_mmu_cache(NULL, addr, pte_k); in do_page_fault() 348 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr, in update_mmu_cache() function
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | tlbflush.h | 42 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
|
/linux-4.1.27/arch/sh/mm/ |
D | tlbex_32.c | 75 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
D | tlbex_64.c | 83 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | tlbflush.h | 187 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | tlbflush.h | 95 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | tlbflush.h | 162 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | pgtable_mm.h | 131 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable.h | 143 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlbflush.h | 631 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, 634 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/arm/mm/ |
D | fault-armv.c | 180 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/linux-4.1.27/arch/xtensa/mm/ |
D | cache.c | 214 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 241 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 269 static inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 299 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 219 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/nios2/mm/ |
D | cacheflush.c | 216 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 352 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|
/linux-4.1.27/mm/ |
D | memory.c | 1537 update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */ in insert_pfn() 2012 update_mmu_cache(vma, address, page_table); in wp_page_reuse() 2123 update_mmu_cache(vma, address, page_table); in wp_page_copy() 2603 update_mmu_cache(vma, address, page_table); in do_swap_page() 2722 update_mmu_cache(vma, address, page_table); in do_anonymous_page() 2811 update_mmu_cache(vma, address, pte); in do_set_pte() 3168 update_mmu_cache(vma, addr, ptep); in do_numa_page() 3278 update_mmu_cache(vma, address, pte); in handle_pte_fault()
|
D | migrate.c | 174 update_mmu_cache(vma, addr, ptep); in remove_migration_pte()
|
D | hugetlb.c | 2629 update_mmu_cache(vma, address, ptep); in set_huge_ptep_writable() 3359 update_mmu_cache(vma, address, ptep); in hugetlb_fault()
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 254 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 313 extern void update_mmu_cache(struct vm_area_struct * vma,
|
/linux-4.1.27/Documentation/ |
D | cachetlb.txt | 90 5) void update_mmu_cache(struct vm_area_struct *vma, 316 update_mmu_cache implementations for an example of how to go 321 private page flag bit. Later, in update_mmu_cache(), a check is 378 flush_dcache_page and update_mmu_cache. In the future, the hope
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 339 #define update_mmu_cache(vma,address,ptep) do ; while (0) macro
|
/linux-4.1.27/arch/avr32/mm/ |
D | tlb.c | 103 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/powerpc/mm/ |
D | mem.c | 487 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, in update_mmu_cache() function
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 420 extern void update_mmu_cache(struct vm_area_struct * vma,
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 344 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
|
D | pgtable_64.h | 931 void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 422 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 328 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 488 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/linux-4.1.27/arch/arc/mm/ |
D | tlb.c | 522 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 348 #define update_mmu_cache(vma, address, pte) do { } while (0) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 485 static inline void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 473 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 435 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/linux-4.1.27/arch/parisc/kernel/ |
D | cache.c | 78 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 458 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 451 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 852 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 42 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 337 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|