Home
last modified time | relevance | path

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

/linux/tools/testing/memblock/tests/
H A Dalloc_nid_api.c1087 memblock_set_bottom_up(false); in alloc_nid_simple_check()
1089 memblock_set_bottom_up(true); in alloc_nid_simple_check()
1098 memblock_set_bottom_up(false); in alloc_nid_misaligned_check()
1100 memblock_set_bottom_up(true); in alloc_nid_misaligned_check()
1109 memblock_set_bottom_up(false); in alloc_nid_narrow_range_check()
1111 memblock_set_bottom_up(true); in alloc_nid_narrow_range_check()
1120 memblock_set_bottom_up(false); in alloc_nid_reserved_with_space_check()
1122 memblock_set_bottom_up(true); in alloc_nid_reserved_with_space_check()
1131 memblock_set_bottom_up(false); in alloc_nid_reserved_no_space_check()
1133 memblock_set_bottom_up(true); in alloc_nid_reserved_no_space_check()
[all …]
H A Dalloc_helpers_api.c362 memblock_set_bottom_up(false); in alloc_from_high_addr_check()
364 memblock_set_bottom_up(true); in alloc_from_high_addr_check()
373 memblock_set_bottom_up(false); in alloc_from_no_space_above_check()
375 memblock_set_bottom_up(true); in alloc_from_no_space_above_check()
384 memblock_set_bottom_up(false); in alloc_from_min_addr_cap_check()
386 memblock_set_bottom_up(true); in alloc_from_min_addr_cap_check()
H A Dalloc_api.c731 memblock_set_bottom_up(false); in alloc_simple_check()
733 memblock_set_bottom_up(true); in alloc_simple_check()
742 memblock_set_bottom_up(false); in alloc_disjoint_check()
744 memblock_set_bottom_up(true); in alloc_disjoint_check()
753 memblock_set_bottom_up(false); in alloc_before_check()
755 memblock_set_bottom_up(true); in alloc_before_check()
764 memblock_set_bottom_up(false); in alloc_after_check()
766 memblock_set_bottom_up(true); in alloc_after_check()
784 memblock_set_bottom_up(false); in alloc_second_fit_check()
786 memblock_set_bottom_up(true); in alloc_second_fit_check()
H A Dalloc_exact_nid_api.c951 memblock_set_bottom_up(false); in alloc_exact_nid_numa_simple_check()
953 memblock_set_bottom_up(true); in alloc_exact_nid_numa_simple_check()
962 memblock_set_bottom_up(false); in alloc_exact_nid_numa_part_reserved_check()
964 memblock_set_bottom_up(true); in alloc_exact_nid_numa_part_reserved_check()
973 memblock_set_bottom_up(false); in alloc_exact_nid_numa_split_range_low_check()
975 memblock_set_bottom_up(true); in alloc_exact_nid_numa_split_range_low_check()
984 memblock_set_bottom_up(false); in alloc_exact_nid_numa_no_overlap_split_check()
986 memblock_set_bottom_up(true); in alloc_exact_nid_numa_no_overlap_split_check()
995 memblock_set_bottom_up(false); in alloc_exact_nid_numa_no_overlap_low_check()
997 memblock_set_bottom_up(true); in alloc_exact_nid_numa_no_overlap_low_check()
H A Dcommon.h155 memblock_set_bottom_up(false); in run_top_down()
163 memblock_set_bottom_up(true); in run_bottom_up()
H A Dbasic_api.c2129 memblock_set_bottom_up(false); in memblock_set_bottom_up_check()
2131 memblock_set_bottom_up(true); in memblock_set_bottom_up_check()
2144 memblock_set_bottom_up(false); in memblock_bottom_up_check()
2147 memblock_set_bottom_up(true); in memblock_bottom_up_check()
/linux/arch/powerpc/kernel/
H A Dpaca.c39 memblock_set_bottom_up(true); in alloc_paca_data()
50 memblock_set_bottom_up(false); in alloc_paca_data()
68 memblock_set_bottom_up(true); in alloc_shared_lppaca()
84 memblock_set_bottom_up(false); in alloc_shared_lppaca()
/linux/arch/mips/kernel/
H A Dsetup.c633 memblock_set_bottom_up(true); in arch_mem_init()
674 memblock_set_bottom_up(false); in arch_mem_init()
676 memblock_set_bottom_up(true); in arch_mem_init()
H A Dtraps.c2375 memblock_set_bottom_up(false); in trap_init()
/linux/arch/loongarch/kernel/
H A Dsetup.c400 memblock_set_bottom_up(false); in arch_mem_init()
402 memblock_set_bottom_up(true); in arch_mem_init()
/linux/mm/
H A Dcma.c329 memblock_set_bottom_up(true); in cma_declare_contiguous_nid()
332 memblock_set_bottom_up(false); in cma_declare_contiguous_nid()
/linux/drivers/of/
H A Dof_reserved_mem.c240 memblock_set_bottom_up(bottom_up); in __reserved_mem_alloc_in_range()
247 memblock_set_bottom_up(prev_bottom_up); in __reserved_mem_alloc_in_range()
/linux/arch/sparc/mm/
H A Dinit_32.c138 memblock_set_bottom_up(true); in bootmem_init()
/linux/arch/s390/kernel/
H A Dsetup.c727 memblock_set_bottom_up(true); in memblock_add_physmem_info()
732 memblock_set_bottom_up(false); in memblock_add_physmem_info()
/linux/arch/powerpc/mm/
H A Dmem.c292 memblock_set_bottom_up(true); in mem_init()
/linux/arch/m68k/mm/
H A Dmotorola.c479 memblock_set_bottom_up(true); in paging_init()
/linux/include/linux/
H A Dmemblock.h453 static inline __init_memblock void memblock_set_bottom_up(bool enable) in memblock_set_bottom_up() function
/linux/arch/x86/kernel/
H A Dsetup.c887 memblock_set_bottom_up(true); in setup_arch()
/linux/arch/parisc/mm/
H A Dinit.c272 memblock_set_bottom_up(true); in setup_bootmem()
/linux/arch/alpha/kernel/
H A Dsetup.c609 memblock_set_bottom_up(true); in setup_arch()