Searched refs:read_from_oldmem (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | crash_dump.h | 120 ssize_t read_from_oldmem(char *buf, size_t count, 124 static inline ssize_t read_from_oldmem(char *buf, size_t count, in read_from_oldmem() function
|
/Linux-v5.4/arch/x86/kernel/ |
D | crash_dump_64.c | 76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
|
/Linux-v5.4/fs/proc/ |
D | vmcore.c | 107 ssize_t read_from_oldmem(char *buf, size_t count, in read_from_oldmem() function 173 return read_from_oldmem(buf, count, ppos, 0, false); in elfcorehdr_read() 181 return read_from_oldmem(buf, count, ppos, 0, mem_encrypt_active()); in elfcorehdr_read_notes() 380 tmp = read_from_oldmem(buffer, tsz, &start, in __read_vmcore()
|