Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/kasan/
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()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsetup.c269 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0, in relocate_initrd()
450 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low()
504 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
508 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
518 start = memblock_phys_alloc_range(crash_size, SZ_1M, crash_base, in reserve_crashkernel()
/kernel/linux/linux-5.10/arch/xtensa/mm/
Dkasan_init.c57 memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, in populate()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dmachine_kexec.c169 crashk_res.start = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
/kernel/linux/linux-5.10/include/linux/
Dmemblock.h383 phys_addr_t memblock_phys_alloc_range(phys_addr_t size, phys_addr_t align,
393 return memblock_phys_alloc_range(size, align, 0, in memblock_phys_alloc()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Drtas.c1270 rtas_rmo_buf = memblock_phys_alloc_range(RTAS_RMOBUF_MAX, PAGE_SIZE, in rtas_initialize()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dsmp.c668 page = memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, 0, 1UL << 31); in smp_save_dump_cpus()
/kernel/linux/linux-5.10/drivers/macintosh/
Dsmu.c487 smu_cmdbuf_abs = memblock_phys_alloc_range(4096, 4096, 0, 0x80000000UL); in smu_init()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c940 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
/kernel/linux/linux-5.10/mm/
Dmemblock.c1383 phys_addr_t __init memblock_phys_alloc_range(phys_addr_t size, in memblock_phys_alloc_range() function