Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable.h121 extern void __update_cache(struct vm_area_struct *vma,
130 __update_cache(vma, address, pte); in update_mmu_cache()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h79 extern void __update_cache(pte_t pte);
95 __update_cache(pteval); \
421 #define update_mmu_cache(vms,addr,ptep) __update_cache(*ptep)
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dcache.c129 void __update_cache(unsigned long address, pte_t pte) in __update_cache() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h233 extern void __update_cache(unsigned long address, pte_t pte);
241 __update_cache(addr, pteval);
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dcache.c136 void __update_cache(struct vm_area_struct *vma, in __update_cache() function
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dcache.c86 __update_cache(pte_t pte) in __update_cache() function