Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/loongson/common/
Dmem.c53 int __uncached_access(struct file *file, unsigned long addr) in __uncached_access() function
77 if (__uncached_access(file, offset)) { in phys_mem_access_prot()
/linux-2.6.39/arch/mips/mm/
Dcache.c216 int __weak __uncached_access(struct file *file, unsigned long addr) in __uncached_access() function
/linux-2.6.39/drivers/char/
Dmem.c236 extern int __uncached_access(struct file *file, in uncached_access()
239 return __uncached_access(file, addr); in uncached_access()