Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/kasan/
H A Dbook3s_32.c26 phys = memblock_phys_alloc_range(k_size, k_size, 0, in kasan_init_region()
38 phys = memblock_phys_alloc_range(k_end - k_nobat, PAGE_SIZE, 0, in kasan_init_region()
/linux/arch/xtensa/mm/
H A Dkasan_init.c51 memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, in populate()
/linux/arch/sh/kernel/
H A Dmachine_kexec.c161 crashk_res.start = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
/linux/arch/x86/realmode/
H A Dinit.c58 mem = memblock_phys_alloc_range(size, PAGE_SIZE, 0, 1<<20); in reserve_real_mode()
/linux/arch/mips/kernel/
H A Dsmp-cps.c158 cps_vec_pa = memblock_phys_alloc_range(BEV_VEC_SIZE, BEV_VEC_ALIGN, in allocate_cps_vecs()
174 cps_vec_pa = memblock_phys_alloc_range(BEV_VEC_SIZE, BEV_VEC_ALIGN, 0, end); in allocate_cps_vecs()
/linux/arch/arm/kernel/
H A Dsetup.c1018 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel()
1028 start = memblock_phys_alloc_range(crash_size, SECTION_SIZE, in reserve_crashkernel()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c431 kfence_pool = memblock_phys_alloc_range(KFENCE_POOL_SIZE, PAGE_SIZE, in hash_kfence_alloc_pool()
1339 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS, in htab_initialize()
1376 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
/linux/drivers/macintosh/
H A Dsmu.c488 smu_cmdbuf_abs = memblock_phys_alloc_range(4096, 4096, 0, 0x80000000UL); in smu_init()
/linux/arch/powerpc/kernel/
H A Drtas.c2069 rtas_rmo_buf = memblock_phys_alloc_range(RTAS_USER_REGION_SIZE, PAGE_SIZE, in rtas_initialize()
/linux/kernel/liveupdate/
H A Dkexec_handover.c660 addr = memblock_phys_alloc_range(size, CMA_MIN_ALIGNMENT_BYTES, 0, in kho_reserve_scratch()
/linux/mm/
H A Dmemblock.c1654 phys_addr_t __init memblock_phys_alloc_range(phys_addr_t size, in memblock_phys_alloc_range() function