Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
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
/Linux-v5.10/arch/x86/kernel/
Dcrash_dump_64.c76 return read_from_oldmem(buf, count, ppos, 0, sev_active()); in elfcorehdr_read()
/Linux-v5.10/fs/proc/
Dvmcore.c106 ssize_t read_from_oldmem(char *buf, size_t count, in read_from_oldmem() function
172 return read_from_oldmem(buf, count, ppos, 0, false); in elfcorehdr_read()
180 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()