Searched refs:read_from_oldmem (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crash_dump.h | 119 ssize_t read_from_oldmem(char *buf, size_t count, 123 static inline ssize_t read_from_oldmem(char *buf, size_t count, in read_from_oldmem() function
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | crash_dump_64.c | 76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 106 ssize_t read_from_oldmem(char *buf, size_t count, in read_from_oldmem() function 176 return read_from_oldmem(buf, count, ppos, 0, false); in elfcorehdr_read() 184 return read_from_oldmem(buf, count, ppos, 0, mem_encrypt_active()); in elfcorehdr_read_notes() 384 tmp = read_from_oldmem(buffer, tsz, &start, in __read_vmcore()
|