Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/hexagon/include/asm/
Dcacheflush.h76 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-3.4.99/arch/x86/include/asm/
Dpgtable_32.h73 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
Dpgtable_64.h145 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
/linux-3.4.99/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-3.4.99/arch/m32r/mm/
Dfault-nommu.c96 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
Dfault.c332 update_mmu_cache(NULL, addr, pte_k); in do_page_fault()
344 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr, in update_mmu_cache() function
/linux-3.4.99/arch/microblaze/include/asm/
Dtlbflush.h42 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
/linux-3.4.99/arch/unicore32/include/asm/
Dtlbflush.h187 extern void update_mmu_cache(struct vm_area_struct *vma,
/linux-3.4.99/arch/m32r/include/asm/
Dtlbflush.h95 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h331 BTFIXUPDEF_CALL(void, update_mmu_cache, struct vm_area_struct *, unsigned long, pte_t *)
333 #define update_mmu_cache(vma,addr,ptep) BTFIXUP_CALL(update_mmu_cache)(vma,addr,ptep) macro
/linux-3.4.99/arch/m68k/include/asm/
Dpgtable_mm.h129 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-3.4.99/arch/sh/include/asm/
Dpgtable.h146 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
/linux-3.4.99/arch/arm/include/asm/
Dtlbflush.h516 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr,
519 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-3.4.99/arch/xtensa/mm/
Dcache.c150 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
/linux-3.4.99/arch/arm/mm/
Dfault-armv.c181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable.h216 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
/linux-3.4.99/arch/sh/mm/
Dfault_32.c371 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h273 static inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
/linux-3.4.99/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
322 Later, in update_mmu_cache(), a check is made of this flag bit,
378 flush_dcache_page and update_mmu_cache. In 2.7 the hope is to
/linux-3.4.99/arch/avr32/include/asm/
Dpgtable.h325 extern void update_mmu_cache(struct vm_area_struct * vma,
/linux-3.4.99/arch/avr32/mm/
Dtlb.c103 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-3.4.99/arch/score/include/asm/
Dpgtable.h271 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-3.4.99/arch/xtensa/include/asm/
Dpgtable.h393 extern void update_mmu_cache(struct vm_area_struct * vma,
/linux-3.4.99/arch/um/include/asm/
Dpgtable.h354 #define update_mmu_cache(vma,address,ptep) do ; while (0) macro
/linux-3.4.99/arch/tile/include/asm/
Dpgtable.h357 #define update_mmu_cache(vma, address, pte) do { } while (0) macro

12