Searched refs:read_from_oldmem (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | crash_dump.h | 137 ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, 140 static inline ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, in read_from_oldmem() function
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | crash_dump_64.c | 76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | crash_dump_64.c | 62 return read_from_oldmem(&iter, count, ppos, in elfcorehdr_read()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | vmcore.c | 131 ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, in read_from_oldmem() function 204 return read_from_oldmem(&iter, count, ppos, false); in elfcorehdr_read() 217 return read_from_oldmem(&iter, count, ppos, in elfcorehdr_read_notes() 394 tmp = read_from_oldmem(iter, tsz, &start, in __read_vmcore()
|
Completed in 6 milliseconds