Searched refs:MEMBLOCK_NOMAP (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmemblock.h36 * @MEMBLOCK_NOMAP: don't add to kernel direct mapping and treat as
50 MEMBLOCK_NOMAP = 0x4, /* don't add to kernel direct mapping */ enumerator in enum:memblock_flags
266 return m->flags & MEMBLOCK_NOMAP;
/linux-master/mm/
H A Dmemblock.c1004 * memblock_mark_nomap - Mark a memory region with flag MEMBLOCK_NOMAP.
1008 * The memory regions marked with %MEMBLOCK_NOMAP will not be added to the
1013 * Note: if the memory being marked %MEMBLOCK_NOMAP was allocated from
1020 return memblock_setclr_flag(&memblock.memory, base, size, 1, MEMBLOCK_NOMAP);
1024 * memblock_clear_nomap - Clear flag MEMBLOCK_NOMAP for a specified region.
1032 return memblock_setclr_flag(&memblock.memory, base, size, 0, MEMBLOCK_NOMAP);
1077 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m))
2251 [ilog2(MEMBLOCK_NOMAP)] = "NOMAP",
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c392 return reg && !(reg->flags & MEMBLOCK_NOMAP);

Completed in 105 milliseconds