Searched refs:memblock_setclr_flag (Results 1 – 3 of 3) sorted by relevance
/linux/mm/ |
A D | memblock.c | 865 static int __init_memblock memblock_setclr_flag(phys_addr_t base, in memblock_setclr_flag() function 897 return memblock_setclr_flag(base, size, 1, MEMBLOCK_HOTPLUG); in memblock_mark_hotplug() 909 return memblock_setclr_flag(base, size, 0, MEMBLOCK_HOTPLUG); in memblock_clear_hotplug() 923 return memblock_setclr_flag(base, size, 1, MEMBLOCK_MIRROR); in memblock_mark_mirror() 943 return memblock_setclr_flag(base, size, 1, MEMBLOCK_NOMAP); in memblock_mark_nomap() 955 return memblock_setclr_flag(base, size, 0, MEMBLOCK_NOMAP); in memblock_clear_nomap()
|
/linux/ |
A D | System.map | 7457 ffff8000101f1f80 t memblock_setclr_flag
|
A D | .tmp_System.map | 7457 ffff8000101f1f80 t memblock_setclr_flag
|
Completed in 336 milliseconds