Searched refs:vread (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vmalloc.h | 209 extern long vread(char *buf, char *addr, unsigned long count);
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | kcore.c | 495 vread(buf, (char *)start, tsz); in read_kcore()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | mem.c | 445 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 D | nommu.c | 203 long vread(char *buf, char *addr, unsigned long count) in vread() function
|
H A D | vmalloc.c | 2796 * 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 11 milliseconds