Home
last modified time | relevance | path

Searched refs:memblock_phys_free (Results 1 – 15 of 15) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dpaca.c293 memblock_phys_free(__pa(paca_ptrs) + new_ptrs_size, in free_unused_pacas()
302 memblock_phys_free(__pa(paca_ptrs[boot_cpuid]->slb_shadow_ptr), in free_unused_pacas()
/linux/drivers/usb/early/
H A Dxhci-dbc.c195 memblock_phys_free(seg->dma, PAGE_SIZE); in xdbc_free_ring()
677 memblock_phys_free(xdbc.table_dma, PAGE_SIZE); in early_xdbc_setup_hardware()
680 memblock_phys_free(xdbc.out_dma, PAGE_SIZE); in early_xdbc_setup_hardware()
1004 memblock_phys_free(xdbc.table_dma, PAGE_SIZE); in xdbc_init()
1005 memblock_phys_free(xdbc.out_dma, PAGE_SIZE); in xdbc_init()
/linux/arch/x86/xen/
H A Dsetup.c116 memblock_phys_free(PFN_PHYS(start_pfn), PFN_PHYS(n_pfns)); in xen_del_extra_mem()
788 memblock_phys_free(start, size); in xen_reserve_xen_mfnlist()
971 memblock_phys_free(start, size); in xen_memory_setup()
H A Dmmu_pv.c1098 memblock_phys_free(paddr, size); in xen_free_ro_pages()
2053 memblock_phys_free(PFN_PHYS(pfn), PAGE_SIZE * (pfn_end - pfn)); in xen_relocate_p2m()
/linux/arch/arm/mach-hisi/
H A Dplatmcpm.c342 memblock_phys_free(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init()
/linux/arch/sh/boards/mach-se/7724/
H A Dsetup.c967 memblock_phys_free(phys, size); in ms7724se_mv_mem_reserve()
975 memblock_phys_free(phys, size); in ms7724se_mv_mem_reserve()
/linux/mm/
H A Dcma.c513 memblock_phys_free(base, size); in __cma_declare_contiguous_nid()
696 memblock_phys_free(mlp->base, mlp->size); in cma_declare_contiguous_multi()
H A Dmemblock.c977 memblock_phys_free(__pa(ptr), size); in memblock_free()
989 int __init_memblock memblock_phys_free(phys_addr_t base, phys_addr_t size) in memblock_phys_free() function
2211 memblock_phys_free(pg, pgend - pg); in free_memmap()
H A Dhugetlb_vmemmap.c836 memblock_phys_free(phys, huge_page_size(h)); in hugetlb_vmemmap_init_late()
/linux/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c564 memblock_phys_free(phys, size); in ap325rxa_mv_mem_reserve()
/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c1504 memblock_phys_free(phys, size); in ecovec_mv_mem_reserve()
1512 memblock_phys_free(phys, size); in ecovec_mv_mem_reserve()
/linux/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c636 memblock_phys_free(phys, size); in kfr2r09_mv_mem_reserve()
/linux/arch/sh/boards/mach-migor/
H A Dsetup.c636 memblock_phys_free(phys, size); in migor_mv_mem_reserve()
/linux/kernel/liveupdate/
H A Dkexec_handover.c706 memblock_phys_free(kho_scratch[i].addr, kho_scratch[i].size); in kho_reserve_scratch()
/linux/kernel/dma/
H A Dswiotlb.c552 memblock_phys_free(mem->start, tbl_size); in swiotlb_exit()