Home
last modified time | relevance | path

Searched refs:MEMBLOCK_NOMAP (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dmemblock.h34 MEMBLOCK_NOMAP = 0x4, /* don't add to kernel direct mapping */ enumerator
211 return m->flags & MEMBLOCK_NOMAP; in memblock_is_nomap()
/Linux-v4.19/mm/
Dmemblock.c894 return memblock_setclr_flag(base, size, 1, MEMBLOCK_NOMAP); in memblock_mark_nomap()
906 return memblock_setclr_flag(base, size, 0, MEMBLOCK_NOMAP); in memblock_clear_nomap()
1001 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m)) in __next_mem_range()
1118 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m)) in __next_mem_range_rev()