linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* memblock:What is the difference between memory and physmem?
@ 2018-08-13  2:23 yhb
  2018-08-13  2:30 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: yhb @ 2018-08-13  2:23 UTC (permalink / raw)
  To: linux-mm

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

struct memblock {
bool bottom_up; /* is bottom up direction? */
phys_addr_t current_limit;
struct memblock_type memory;
struct memblock_type reserved;
#ifdef CONFIG_HAVE_MEMBLOCK_PHYS_MAP
struct memblock_type physmem;
#endif
};
What is the difference between memory and physmem?

[-- Attachment #2: Type: text/html, Size: 2742 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-13 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13  2:23 memblock:What is the difference between memory and physmem? yhb
2018-08-13  2:30 ` Matthew Wilcox
2018-08-13 14:36   ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).