Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c264 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0, in relocate_initrd()
525 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low()
582 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
586 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
596 start = memblock_phys_alloc_range(crash_size, SZ_1M, crash_base, in reserve_crashkernel()
H A Daperture_64.c123 addr = memblock_phys_alloc_range(aper_size, aper_size, in allocate_aperture()
/openbmc/linux/arch/arm64/mm/
H A Dinit.c107 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low()
179 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel()
H A Dmmu.c111 phys = memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, 0, in early_pgtable_alloc()
/openbmc/linux/arch/xtensa/mm/
H A Dkasan_init.c55 memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, in populate()
/openbmc/linux/arch/x86/realmode/
H A Dinit.c57 mem = memblock_phys_alloc_range(size, PAGE_SIZE, 0, 1<<20); in reserve_real_mode()
/openbmc/linux/arch/sh/kernel/
H A Dmachine_kexec.c169 crashk_res.start = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
/openbmc/linux/include/linux/
H A Dmemblock.h402 phys_addr_t memblock_phys_alloc_range(phys_addr_t size, phys_addr_t align,
412 return memblock_phys_alloc_range(size, align, 0, in memblock_phys_alloc()
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c278 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, CRASH_ALIGN, CRASH_ADDR_MAX); in arch_parse_crashkernel()
283 …} else if (!memblock_phys_alloc_range(crash_size, CRASH_ALIGN, crash_base, crash_base + crash_size… in arch_parse_crashkernel()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c468 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in mips_parse_crashkernel()
478 start = memblock_phys_alloc_range(crash_size, 1, in mips_parse_crashkernel()
/openbmc/linux/arch/x86/mm/
H A Dinit.c140 ret = memblock_phys_alloc_range( in alloc_low_pages()
645 addr = memblock_phys_alloc_range(PMD_SIZE, PMD_SIZE, map_start, in memory_map_top_down()
H A Dnuma_emulation.c450 phys = memblock_phys_alloc_range(phys_size, PAGE_SIZE, 0, in numa_emulation()
H A Dnuma.c380 phys = memblock_phys_alloc_range(size, PAGE_SIZE, 0, in numa_alloc_distance()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c1024 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel()
1034 start = memblock_phys_alloc_range(crash_size, SECTION_SIZE, in reserve_crashkernel()
/openbmc/linux/arch/riscv/mm/
H A Dinit.c1377 low_base = memblock_phys_alloc_range(low_size, PMD_SIZE, 0, dma32_phys_limit); in reserve_crashkernel_low()
1465 crash_base = memblock_phys_alloc_range(crash_size, PMD_SIZE, in reserve_crashkernel()
1495 crash_base = memblock_phys_alloc_range(crash_size, PMD_SIZE, in reserve_crashkernel()
/openbmc/linux/drivers/of/
H A Dof_reserved_mem.c42 base = memblock_phys_alloc_range(size, align, start, end); in early_init_dt_alloc_reserved_memory_arch()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1053 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS, in htab_initialize()
1103 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
/openbmc/linux/drivers/acpi/
H A Dtables.c653 memblock_phys_alloc_range(all_tables_size, PAGE_SIZE, in acpi_table_upgrade()
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c658 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
/openbmc/linux/drivers/macintosh/
H A Dsmu.c488 smu_cmdbuf_abs = memblock_phys_alloc_range(4096, 4096, 0, 0x80000000UL); in smu_init()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c2014 rtas_rmo_buf = memblock_phys_alloc_range(RTAS_USER_REGION_SIZE, PAGE_SIZE, in rtas_initialize()
/openbmc/linux/mm/
H A Dmemblock.c1493 phys_addr_t __init memblock_phys_alloc_range(phys_addr_t size, in memblock_phys_alloc_range() function