Searched refs:MEMBLOCK_MIRROR (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dmemblock.c171 return system_has_some_mirror ? MEMBLOCK_MIRROR : MEMBLOCK_NONE;
339 if (!ret && (flags & MEMBLOCK_MIRROR)) {
342 flags &= ~MEMBLOCK_MIRROR;
987 * memblock_mark_mirror - Mark mirrored memory with flag MEMBLOCK_MIRROR.
1000 return memblock_setclr_flag(&memblock.memory, base, size, 1, MEMBLOCK_MIRROR);
1073 if ((flags & MEMBLOCK_MIRROR) && !memblock_is_mirror(m))
1474 if (flags & MEMBLOCK_MIRROR) {
1475 flags &= ~MEMBLOCK_MIRROR;
2250 [ilog2(MEMBLOCK_MIRROR)] = "MIRROR",
/linux-master/include/linux/
H A Dmemblock.h35 * @MEMBLOCK_MIRROR: mirrored region
49 MEMBLOCK_MIRROR = 0x2, /* mirrored region */ enumerator in enum:memblock_flags
261 return m->flags & MEMBLOCK_MIRROR;

Completed in 98 milliseconds