Searched refs:lmb_region (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dlmb.h27 struct lmb_region { struct
36 struct lmb_region memory;
37 struct lmb_region reserved;
58 lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
63 lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
68 lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
73 lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c80 static long __init lmb_regions_adjacent(struct lmb_region *rgn,
91 static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
103 static void __init lmb_coalesce_regions(struct lmb_region *rgn,
138 static long __init lmb_add_region(struct lmb_region *rgn, unsigned long base,
196 struct lmb_region *_rgn = &(lmb.memory);
208 struct lmb_region *_rgn = &(lmb.reserved);
215 long __init lmb_overlaps_region(struct lmb_region *rgn, unsigned long base,

Completed in 48 milliseconds