Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemblock.c1042 static int __init_memblock memblock_setclr_flag(struct memblock_type *type, in memblock_setclr_flag() function
1073 return memblock_setclr_flag(&memblock.memory, base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug()
1085 return memblock_setclr_flag(&memblock.memory, base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug()
1102 return memblock_setclr_flag(&memblock.memory, base, size, 1, MEMBLOCK_MIRROR); in memblock_mark_mirror()
1122 return memblock_setclr_flag(&memblock.memory, base, size, 1, MEMBLOCK_NOMAP); in memblock_mark_nomap()
1134 return memblock_setclr_flag(&memblock.memory, base, size, 0, MEMBLOCK_NOMAP); in memblock_clear_nomap()
1158 return memblock_setclr_flag(&memblock.reserved, base, size, 1, in memblock_reserved_mark_noinit()
1173 return memblock_setclr_flag(&memblock.reserved, base, size, 1, in memblock_reserved_mark_kern()
1189 return memblock_setclr_flag(&memblock.memory, base, size, 1, in memblock_mark_kho_scratch()
1203 return memblock_setclr_flag(&memblock.memory, base, size, 0, in memblock_clear_kho_scratch()