Home
last modified time | relevance | path

Searched refs:update_mmu_cache (Results 1 – 47 of 47) sorted by relevance

/linux-4.1.27/arch/mn10300/mm/
Dmmu-context.c29 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/
Dcacheflush.h86 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/m32r/mm/
Dfault-nommu.c96 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
Dfault.c336 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/
Dtlbflush.h42 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
/linux-4.1.27/arch/sh/mm/
Dtlbex_32.c75 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
Dtlbex_64.c83 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/linux-4.1.27/arch/unicore32/include/asm/
Dtlbflush.h187 extern void update_mmu_cache(struct vm_area_struct *vma,
/linux-4.1.27/arch/m32r/include/asm/
Dtlbflush.h95 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
/linux-4.1.27/arch/arm64/include/asm/
Dtlbflush.h162 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/m68k/include/asm/
Dpgtable_mm.h131 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/sh/include/asm/
Dpgtable.h143 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/
Dtlbflush.h631 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/
Dfault-armv.c180 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/linux-4.1.27/arch/xtensa/mm/
Dcache.c214 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/
Dpgtable.h241 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
/linux-4.1.27/arch/cris/include/asm/
Dpgtable.h269 static inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
/linux-4.1.27/arch/nios2/include/asm/
Dpgtable.h299 extern void update_mmu_cache(struct vm_area_struct *vma,
/linux-4.1.27/arch/metag/include/asm/
Dpgtable.h219 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/nios2/mm/
Dcacheflush.c216 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/arc/include/asm/
Dpgtable.h352 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/linux-4.1.27/mm/
Dmemory.c1537 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()
Dmigrate.c174 update_mmu_cache(vma, addr, ptep); in remove_migration_pte()
Dhugetlb.c2629 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/
Dpgtable.h254 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/avr32/include/asm/
Dpgtable.h313 extern void update_mmu_cache(struct vm_area_struct * vma,
/linux-4.1.27/Documentation/
Dcachetlb.txt90 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/
Dpgtable.h339 #define update_mmu_cache(vma,address,ptep) do ; while (0) macro
/linux-4.1.27/arch/avr32/mm/
Dtlb.c103 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/powerpc/mm/
Dmem.c487 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/
Dpgtable.h420 extern void update_mmu_cache(struct vm_area_struct * vma,
/linux-4.1.27/arch/sparc/include/asm/
Dpgtable_32.h344 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
Dpgtable_64.h931 void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
/linux-4.1.27/arch/openrisc/include/asm/
Dpgtable.h422 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/alpha/include/asm/
Dpgtable.h328 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
/linux-4.1.27/arch/unicore32/mm/
Dmmu.c488 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/linux-4.1.27/arch/arc/mm/
Dtlb.c522 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/
Dpgtable.h348 #define update_mmu_cache(vma, address, pte) do { } while (0) macro
/linux-4.1.27/arch/frv/include/asm/
Dpgtable.h485 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/
Dpgtable.h473 extern void update_mmu_cache(struct vm_area_struct *vma,
/linux-4.1.27/arch/parisc/include/asm/
Dpgtable.h435 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
/linux-4.1.27/arch/parisc/kernel/
Dcache.c78 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/
Dpgtable.h458 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
/linux-4.1.27/arch/mips/include/asm/
Dpgtable.h451 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h852 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h42 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c337 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function