/arch/powerpc/include/asm/ |
D | pgtable.h | 62 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/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
|
/arch/m32r/mm/ |
D | fault-nommu.c | 97 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
D | fault.c | 337 update_mmu_cache(NULL, addr, pte_k); in do_page_fault() 349 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr, in update_mmu_cache() function
|
/arch/hexagon/include/asm/ |
D | cacheflush.h | 86 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/arch/microblaze/include/asm/ |
D | tlbflush.h | 42 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
|
/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()
|
/arch/unicore32/include/asm/ |
D | tlbflush.h | 187 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/arch/m32r/include/asm/ |
D | tlbflush.h | 96 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/arch/m68k/include/asm/ |
D | pgtable_mm.h | 132 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/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
|
/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
|
/arch/arm/include/asm/ |
D | tlbflush.h | 635 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, 638 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/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
|
/arch/nios2/mm/ |
D | cacheflush.c | 200 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 300 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/arch/cris/include/asm/ |
D | pgtable.h | 271 static inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
|
/arch/arc/mm/ |
D | tlb.c | 599 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function 663 update_mmu_cache(vma, addr, &pte); in update_mmu_cache_pmd()
|
/arch/arc/include/asm/ |
D | pgtable.h | 370 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|
/arch/metag/include/asm/ |
D | pgtable.h | 221 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/arch/score/include/asm/ |
D | pgtable.h | 256 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 425 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 329 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 345 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
|