Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrash_dump.h120 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/
Dcrash_dump_64.c76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
/Linux-v5.4/fs/proc/
Dvmcore.c107 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()