Home
last modified time | relevance | path

Searched refs:vread (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dvmalloc.h209 extern long vread(char *buf, char *addr, unsigned long count);
/kernel/linux/linux-5.10/fs/proc/
H A Dkcore.c495 vread(buf, (char *)start, tsz); in read_kcore()
/kernel/linux/linux-5.10/drivers/char/
H A Dmem.c445 char *kbuf; /* k-addr because vread() takes vmlist_lock rwlock */ in read_kmem()
503 sz = vread(kbuf, (char *)p, sz); in read_kmem()
/kernel/linux/linux-5.10/mm/
H A Dnommu.c203 long vread(char *buf, char *addr, unsigned long count) in vread() function
H A Dvmalloc.c2796 * we can expect USER0 is not used (see vread/vwrite's in aligned_vread()
2835 * we can expect USER0 is not used (see vread/vwrite's in aligned_vwrite()
2851 * vread() - read vmalloc area in a safe way.
2865 * Note: In usual ops, vread() is never necessary because the caller
2874 long vread(char *buf, char *addr, unsigned long count) in vread() function

Completed in 9 milliseconds