Home
last modified time | relevance | path

Searched refs:MEMBLOCK_ALLOC_ANYWHERE (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/arch/powerpc/mm/kasan/
H A Dbook3s_32.c27 MEMBLOCK_ALLOC_ANYWHERE); in kasan_init_region()
39 MEMBLOCK_ALLOC_ANYWHERE); in kasan_init_region()
/linux-6.15/arch/xtensa/mm/
H A Dkasan_init.c53 MEMBLOCK_ALLOC_ANYWHERE); in populate()
/linux-6.15/tools/testing/memblock/tests/
H A Dcommon.c59 memblock.current_limit = MEMBLOCK_ALLOC_ANYWHERE; in reset_memblock_attributes()
H A Dbasic_api.c28 ASSERT_EQ(memblock.current_limit, MEMBLOCK_ALLOC_ANYWHERE); in memblock_initialization_check()
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_utils.c431 MEMBLOCK_LOW_LIMIT, MEMBLOCK_ALLOC_ANYWHERE); in hash_kfence_alloc_pool()
1325 0, MEMBLOCK_ALLOC_ANYWHERE); in htab_initialize()
1359 unsigned long limit = MEMBLOCK_ALLOC_ANYWHERE; in htab_initialize()
1407 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE); in htab_initialize()
H A Dradix_pgtable.c47 phys_addr_t max_addr = MEMBLOCK_ALLOC_ANYWHERE; in early_alloc_pgtable()
649 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE); in radix__early_init_mmu()
/linux-6.15/arch/powerpc/mm/
H A Dinit_64.c669 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE); in mmu_early_init_devtree()
/linux-6.15/include/linux/
H A Dmemblock.h378 #define MEMBLOCK_ALLOC_ANYWHERE (~(phys_addr_t)0) macro
/linux-6.15/drivers/of/
H A Dof_reserved_mem.c42 end = !end ? MEMBLOCK_ALLOC_ANYWHERE : end; in early_init_dt_alloc_reserved_memory_arch()
/linux-6.15/arch/mips/kernel/
H A Dsmp-cps.c170 end = MEMBLOCK_ALLOC_ANYWHERE; in allocate_cps_vecs()
/linux-6.15/mm/
H A Dmemblock.c126 .current_limit = MEMBLOCK_ALLOC_ANYWHERE,