Searched refs:MEMBLOCK_ALLOC_ANYWHERE (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/powerpc/mm/kasan/
H A Dbook3s_32.c27 MEMBLOCK_ALLOC_ANYWHERE);
39 MEMBLOCK_ALLOC_ANYWHERE);
/linux-master/arch/xtensa/mm/
H A Dkasan_init.c57 MEMBLOCK_ALLOC_ANYWHERE);
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c59 memblock.current_limit = MEMBLOCK_ALLOC_ANYWHERE;
H A Dbasic_api.c28 ASSERT_EQ(memblock.current_limit, MEMBLOCK_ALLOC_ANYWHERE);
/linux-master/arch/powerpc/mm/
H A Dinit_64.c665 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE);
/linux-master/include/linux/
H A Dmemblock.h400 #define MEMBLOCK_ALLOC_ANYWHERE (~(phys_addr_t)0) macro
/linux-master/drivers/of/
H A Dof_reserved_mem.c41 end = !end ? MEMBLOCK_ALLOC_ANYWHERE : end;
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1062 0, MEMBLOCK_ALLOC_ANYWHERE);
1096 unsigned long limit = MEMBLOCK_ALLOC_ANYWHERE;
1163 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE);
H A Dradix_pgtable.c45 phys_addr_t max_addr = MEMBLOCK_ALLOC_ANYWHERE;
585 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE);
/linux-master/mm/
H A Dmemblock.c127 .current_limit = MEMBLOCK_ALLOC_ANYWHERE,
207 * @end: end of candidate range, can be %MEMBLOCK_ALLOC_ANYWHERE or
242 * @end: end of candidate range, can be %MEMBLOCK_ALLOC_ANYWHERE or
283 * @end: end of candidate range, can be %MEMBLOCK_ALLOC_ANYWHERE or
318 * @end: end of candidate range, can be %MEMBLOCK_ALLOC_ANYWHERE or

Completed in 167 milliseconds