/linux-6.12.1/arch/powerpc/mm/kasan/ |
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-6.12.1/kernel/ |
D | crash_reserve.c | 360 low_base = memblock_phys_alloc_range(low_size, CRASH_ALIGN, 0, CRASH_ADDR_LOW_MAX); in reserve_crashkernel_low() 398 crash_base = memblock_phys_alloc_range(crash_size, CRASH_ALIGN, in reserve_crashkernel_generic()
|
/linux-6.12.1/arch/xtensa/mm/ |
D | kasan_init.c | 55 memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, in populate()
|
/linux-6.12.1/arch/x86/realmode/ |
D | init.c | 57 mem = memblock_phys_alloc_range(size, PAGE_SIZE, 0, 1<<20); in reserve_real_mode()
|
/linux-6.12.1/arch/sh/kernel/ |
D | machine_kexec.c | 161 crashk_res.start = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
|
/linux-6.12.1/include/linux/ |
D | memblock.h | 390 phys_addr_t memblock_phys_alloc_range(phys_addr_t size, phys_addr_t align, 400 return memblock_phys_alloc_range(size, align, 0, in memblock_phys_alloc()
|
/linux-6.12.1/arch/mips/kernel/ |
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()
|
D | smp-cps.c | 100 cps_vec_pa = memblock_phys_alloc_range(BEV_VEC_SIZE, BEV_VEC_ALIGN, in allocate_cps_vecs() 108 cps_vec_pa = memblock_phys_alloc_range(BEV_VEC_SIZE, BEV_VEC_ALIGN, in allocate_cps_vecs()
|
/linux-6.12.1/arch/x86/mm/ |
D | init.c | 141 ret = memblock_phys_alloc_range( in alloc_low_pages() 641 addr = memblock_phys_alloc_range(PMD_SIZE, PMD_SIZE, map_start, in memory_map_top_down()
|
/linux-6.12.1/arch/arm/kernel/ |
D | setup.c | 1024 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()
|
/linux-6.12.1/arch/x86/kernel/ |
D | aperture_64.c | 123 addr = memblock_phys_alloc_range(aper_size, aper_size, in allocate_aperture()
|
D | setup.c | 264 u64 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0, in relocate_initrd()
|
/linux-6.12.1/drivers/of/ |
D | of_reserved_mem.c | 43 base = memblock_phys_alloc_range(size, align, start, end); in early_init_dt_alloc_reserved_memory_arch()
|
/linux-6.12.1/drivers/acpi/ |
D | tables.c | 495 memblock_phys_alloc_range(all_tables_size, PAGE_SIZE, in acpi_table_upgrade()
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1060 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS, in htab_initialize() 1110 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
|
/linux-6.12.1/arch/s390/kernel/ |
D | setup.c | 651 crash_base = memblock_phys_alloc_range(crash_size, in reserve_crashkernel()
|
/linux-6.12.1/drivers/macintosh/ |
D | smu.c | 488 smu_cmdbuf_abs = memblock_phys_alloc_range(4096, 4096, 0, 0x80000000UL); in smu_init()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | fadump.c | 1775 fw_dump.param_area = memblock_phys_alloc_range(COMMAND_LINE_SIZE, in fadump_setup_param_area()
|
D | rtas.c | 2112 rtas_rmo_buf = memblock_phys_alloc_range(RTAS_USER_REGION_SIZE, PAGE_SIZE, in rtas_initialize()
|
/linux-6.12.1/arch/arm64/mm/ |
D | mmu.c | 114 phys = memblock_phys_alloc_range(PAGE_SIZE, PAGE_SIZE, 0, in early_pgtable_alloc()
|
/linux-6.12.1/mm/ |
D | memblock.c | 1520 phys_addr_t __init memblock_phys_alloc_range(phys_addr_t size, in memblock_phys_alloc_range() function
|