Searched refs:mem_pieces_remove (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dmem_pieces.h39 extern void mem_pieces_remove(struct mem_pieces *mp, unsigned int start,
H A Dmem_pieces.c43 mem_pieces_remove(mp, a, size, 1);
56 mem_pieces_remove(struct mem_pieces *mp, unsigned int start, unsigned int size, function
70 printk("mem_pieces_remove: [%x,%x) not in any region\n",
78 printk("mem_pieces_remove: bad overlap [%x,%x) with",
H A Dinit.c345 mem_pieces_remove(&phys_avail, start, boot_mapsize, 1);
477 mem_pieces_remove(&phys_avail, kstart, ksize, 0);
478 mem_pieces_remove(&phys_avail, 0, 0x4000, 0);
483 mem_pieces_remove(&phys_avail, __pa(initrd_start),
492 mem_pieces_remove(&phys_avail, start, size, 1);

Completed in 105 milliseconds