Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemblock.h48 MEMBLOCK_NOMAP = 0x4, /* don't add to kernel direct mapping */ enumerator
262 return m->flags & MEMBLOCK_NOMAP; in memblock_is_nomap()
/openbmc/linux/mm/
H A Dmemblock.c1020 return memblock_setclr_flag(base, size, 1, MEMBLOCK_NOMAP); in memblock_mark_nomap()
1032 return memblock_setclr_flag(base, size, 0, MEMBLOCK_NOMAP); in memblock_clear_nomap()
1059 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m)) in should_skip_region()
2217 [ilog2(MEMBLOCK_NOMAP)] = "NOMAP",
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c392 return reg && !(reg->flags & MEMBLOCK_NOMAP); in addr_is_allowed_memory()