Searched refs:oldmem (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
H A D | crash_dump_64.c | 14 * copy_oldmem_page - copy one page from "oldmem" 23 * Copy a page from "oldmem". For this page, there is no pte mapped
|
H A D | crash_dump_32.c | 34 * copy_oldmem_page - copy one page from "oldmem" 43 * Copy a page from "oldmem". For this page, there is no pte mapped
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | crash_dump.c | 10 * copy_oldmem_page - copy one page from "oldmem" 19 * Copy a page from "oldmem". For this page, there is no pte mapped
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | crash_dump.c | 13 * copy_oldmem_page - copy one page from "oldmem" 22 * Copy a page from "oldmem". For this page, there is no pte mapped
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | crash_dump.c | 17 * copy_oldmem_page - copy one page from "oldmem" 26 * Copy a page from "oldmem". For this page, there is no pte mapped
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | os_info.c | 72 * Allocate and copy OS info entry from oldmem 114 * Initialize os info and os info entries from oldmem
|
H A D | crash_dump.c | 81 * Copy one page from zfcpdump "oldmem" 104 * Copy one page from kdump "oldmem" 130 * Copy one page from "oldmem" 147 * Remap "oldmem" for kdump 174 * Remap "oldmem" for zfcpdump 199 * Remap "oldmem" for kdump or zfcpdump
|
H A D | setup.c | 527 * Make sure that oldmem, where the dump is stored, is protected 539 * Make sure that oldmem, where the dump is stored, is protected
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | crash_dump.c | 85 * copy_oldmem_page - copy one page from "oldmem" 94 * Copy a page from "oldmem". For this page, there is no pte mapped
|
/linux-4.4.14/drivers/media/dvb-core/ |
H A D | dmxdev.c | 259 void *oldmem; dvb_dvr_set_buffer_size() local 272 oldmem = buf->data; dvb_dvr_set_buffer_size() 282 vfree(oldmem); dvb_dvr_set_buffer_size() 300 void *oldmem; dvb_dmxdev_set_buffer_size() local 313 oldmem = buf->data; dvb_dmxdev_set_buffer_size() 323 vfree(oldmem); dvb_dmxdev_set_buffer_size()
|
/linux-4.4.14/drivers/vhost/ |
H A D | vhost.c | 693 struct vhost_memory mem, *newmem, *oldmem; vhost_set_memory() local 720 oldmem = d->memory; vhost_set_memory() 729 kvfree(oldmem); vhost_set_memory()
|
/linux-4.4.14/fs/proc/ |
H A D | vmcore.c | 87 /* Reads a page from the oldmem device from given offset. */ read_from_oldmem() 158 * Architectures may override this function to map oldmem
|
Completed in 327 milliseconds