Home
last modified time | relevance | path

Searched refs:__update_cache (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/sh/include/asm/
Dpgtable.h137 extern void __update_cache(struct vm_area_struct *vma,
146 __update_cache(vma, address, pte); in update_mmu_cache()
/Linux-v4.19/arch/mips/mm/
Dcache.c133 void __update_cache(unsigned long address, pte_t pte) in __update_cache() function
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h273 extern void __update_cache(unsigned long address, pte_t pte);
281 __update_cache(addr, pteval);
/Linux-v4.19/arch/sh/mm/
Dcache.c137 void __update_cache(struct vm_area_struct *vma, in __update_cache() function