Searched refs:update_mmu_cache (Results 1 – 3 of 3) sorted by relevance
423 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, pte_t pte);
344 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
481 #define update_mmu_cache(vma,address,pte) do { } while (0) macro