Home
last modified time | relevance | path

Searched refs:__uncached_access (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/loongson/common/
Dmem.c95 int __uncached_access(struct file *file, unsigned long addr) in __uncached_access() function
119 if (__uncached_access(file, offset)) { in phys_mem_access_prot()
/linux-4.1.27/arch/mips/mm/
Dcache.c235 int __weak __uncached_access(struct file *file, unsigned long addr) in __uncached_access() function
/linux-4.1.27/drivers/char/
Dmem.c247 extern int __uncached_access(struct file *file, in uncached_access()
250 return __uncached_access(file, addr); in uncached_access()