Home
last modified time | relevance | path

Searched refs:read_from_oldmem (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dcrash_dump.h182 ssize_t read_from_oldmem(struct iov_iter *iter, size_t count,
185 static inline ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, in read_from_oldmem() function
/linux/arch/x86/kernel/
H A Dcrash_dump_64.c62 return read_from_oldmem(&iter, count, ppos, in elfcorehdr_read()
/linux/fs/proc/
H A Dvmcore.c159 ssize_t read_from_oldmem(struct iov_iter *iter, size_t count, in read_from_oldmem() function
232 return read_from_oldmem(&iter, count, ppos, false); in elfcorehdr_read()
245 return read_from_oldmem(&iter, count, ppos, in elfcorehdr_read_notes()
412 tmp = read_from_oldmem(iter, tsz, &start, in __read_vmcore()
/linux/kernel/
H A Dcrash_dump_dm_crypt.c60 return read_from_oldmem(&iter, count, ppos, cc_platform_has(CC_ATTR_MEM_ENCRYPT)); in dm_crypt_keys_read()