Searched refs:memblock_setclr_flag (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/mm/ | 
| D | memblock.c | 767 static int __init_memblock memblock_setclr_flag(phys_addr_t base,  in memblock_setclr_flag()  function 796 	return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG);  in memblock_mark_hotplug() 808 	return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG);  in memblock_clear_hotplug() 822 	return memblock_setclr_flag(base, size, 1, MEMBLOCK_MIRROR);  in memblock_mark_mirror()
  |