Searched refs:memblock_setclr_flag (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memblock.c | 875 static int __init_memblock memblock_setclr_flag(phys_addr_t base, in memblock_setclr_flag() function 907 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug() 919 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug() 933 return memblock_setclr_flag(base, size, 1, MEMBLOCK_MIRROR); in memblock_mark_mirror() 945 return memblock_setclr_flag(base, size, 1, MEMBLOCK_NOMAP); in memblock_mark_nomap() 957 return memblock_setclr_flag(base, size, 0, MEMBLOCK_NOMAP); in memblock_clear_nomap()
|