Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/mm/
A Dmemory-hotplug.rst8 a focus on System RAM, including ZONE_MOVABLE support.
172 ZONE_MOVABLE by::
479 onlined to ZONE_MOVABLE as possible,
483 problematic with ZONE_MOVABLE and does not
502 memory to ZONE_MOVABLE in many setups. The
516 ZONE_MOVABLE memory within *the same*
533 ZONE_MOVABLE chapter
570 CMA with ZONE_MOVABLE.
572 ZONE_MOVABLE Sizing Considerations
625 zones and ZONE_MOVABLE is not used.
[all …]
/linux/mm/
A Dmemory_hotplug.c726 if (zone_idx(zone) == ZONE_MOVABLE) { in auto_movable_stats_account_zone()
927 if (page_zonenum(page) != ZONE_MOVABLE) in auto_movable_zone_for_pfn()
948 return &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; in auto_movable_zone_for_pfn()
958 struct zone *movable_zone = &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; in default_zone_for_pfn()
985 return &NODE_DATA(nid)->node_zones[ZONE_MOVABLE]; in zone_for_pfn_range()
1001 const bool movable = zone_idx(zone) == ZONE_MOVABLE; in adjust_present_page_count()
1822 present_pages += pgdat->node_zones[ZONE_MOVABLE].present_pages; in node_states_check_changes_offline()
2243 if (page && zone_idx(page_zone(page)) == ZONE_MOVABLE) in try_offline_memory_block()
A Dpage_alloc.c295 [ZONE_MOVABLE] = 0,
6480 if (mirrored_kernelcore && zone == ZONE_MOVABLE) { in overlap_memmap_init()
7071 if (zone_index == ZONE_MOVABLE) in find_usable_zone_for_movable()
7103 if (zone_type == ZONE_MOVABLE) { in adjust_zone_range_for_zone_movable()
7227 if (zone_type == ZONE_MOVABLE && in zone_absent_pages_in_node()
7925 for (zone_type = 0; zone_type <= ZONE_MOVABLE - 1; zone_type++) { in check_for_memory()
7980 if (zone == ZONE_MOVABLE) in free_area_init()
7997 if (i == ZONE_MOVABLE) in free_area_init()
8852 if (zone_idx(zone) == ZONE_MOVABLE) in has_unmovable_pages()
A Dmempolicy.c1748 BUG_ON(dynamic_policy_zone == ZONE_MOVABLE); in apply_policy_zone()
1759 dynamic_policy_zone = ZONE_MOVABLE; in apply_policy_zone()
A Dmigrate.c1630 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE) in alloc_migration_target()
2063 ZONE_MOVABLE, 0)) in migrate_balanced_pgdat()
/linux/include/linux/
A Dmempolicy.h166 if (k > policy_zone && k != ZONE_MOVABLE) in check_highest_zone()
A Dmmzone.h487 ZONE_MOVABLE, enumerator
1044 (idx == ZONE_MOVABLE && movable_zone == ZONE_HIGHMEM)); in is_highmem_idx()
A Dgfp.h455 | (ZONE_MOVABLE << (___GFP_MOVABLE | ___GFP_HIGHMEM) * GFP_ZONES_SHIFT)\
A Dmm.h1132 return page_zonenum(page) == ZONE_MOVABLE; in is_zone_movable_page()
/linux/include/trace/events/
A Dmmflags.h256 EMe(ZONE_MOVABLE,"Movable")
/linux/drivers/virtio/
A Dvirtio_mem.c865 ZONE_MOVABLE; in virtio_mem_sbm_notify_online()
1160 ZONE_MOVABLE; in virtio_mem_fake_offline()
2166 if (page_zonenum(page) != ZONE_MOVABLE) in virtio_mem_bbm_bb_is_movable()
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2243 movable memory in its own zone, ZONE_MOVABLE. In the
2245 ZONE_MOVABLE, kernelcore memory will take priority and
2246 other nodes will have a larger ZONE_MOVABLE.
2248 ZONE_MOVABLE is used for the allocation of pages that

Completed in 79 milliseconds