/linux/arch/powerpc/mm/kasan/ |
H A D | book3s_32.c | 26 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 D | kasan_init.c | 51 memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, in populate()
|
/linux/kernel/ |
H A D | crash_reserve.c | 374 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 411 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel_generic()
|
H A D | kexec_handover.c | 507 addr = memblock_phys_alloc_range(size, CMA_MIN_ALIGNMENT_BYTES, 0, in kho_reserve_scratch()
|
/linux/arch/sh/kernel/ |
H A D | machine_kexec.c | 161 crashk_res.start = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
|
/linux/arch/x86/realmode/ |
H A D | init.c | 58 mem = memblock_phys_alloc_range(size, PAGE_SIZE, 0, 1<<20); in reserve_real_mode()
|
/linux/arch/mips/kernel/ |
H A D | setup.c | 466 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in mips_parse_crashkernel() 476 start = memblock_phys_alloc_range(crash_size, 1, in mips_parse_crashkernel()
|
H A D | smp-cps.c | 158 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 D | setup.c | 1018 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/x86/kernel/ |
H A D | aperture_64.c | 123 addr = memblock_phys_alloc_range(aper_size, aper_size, in allocate_aperture()
|
H A D | setup.c | 329 u64 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0, in relocate_initrd()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 430 kfence_pool = memblock_phys_alloc_range(KFENCE_POOL_SIZE, PAGE_SIZE, in hash_kfence_alloc_pool() 1323 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS, in htab_initialize() 1361 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
|
/linux/drivers/acpi/ |
H A D | tables.c | 495 memblock_phys_alloc_range(all_tables_size, PAGE_SIZE, in acpi_table_upgrade()
|
/linux/drivers/of/ |
H A D | of_reserved_mem.c | 45 base = memblock_phys_alloc_range(size, align, start, end); in early_init_dt_alloc_reserved_memory_arch()
|
/linux/arch/s390/kernel/ |
H A D | setup.c | 637 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
|
/linux/drivers/macintosh/ |
H A D | smu.c | 488 smu_cmdbuf_abs = memblock_phys_alloc_range(4096, 4096, 0, 0x80000000UL); in smu_init()
|
/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 1778 fw_dump.param_area = memblock_phys_alloc_range(COMMAND_LINE_SIZE, in fadump_setup_param_area()
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 122 phys = memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, 0, in early_pgtable_alloc()
|
/linux/mm/ |
H A D | memblock.c | 1616 phys_addr_t __init memblock_phys_alloc_range(phys_addr_t size, in memblock_phys_alloc_range() function
|