Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_dump.h119 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 Dcrash_dump_64.c76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c106 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()