Searched refs:alloc_bootmem_low (Results 1 – 5 of 5) sorted by relevance
86 new = alloc_bootmem_low(sizeof(struct resource)); in resource_init()96 new = alloc_bootmem_low(sizeof(struct resource)); in resource_init()
210 res = alloc_bootmem_low(sizeof(*res)); in request_standard_resources()
209 res = alloc_bootmem_low(sizeof(*res)); in request_standard_resources()
413 res = alloc_bootmem_low(sizeof(*res)); in setup_resources()427 sub_res = alloc_bootmem_low(sizeof(*sub_res)); in setup_resources()
137 #define alloc_bootmem_low(x) \ macro