Searched refs:resource_clip (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | resource.c | 7 static void resource_clip(struct resource *res, resource_size_t start, in resource_clip() function 43 resource_clip(avail, e820_start, e820_end); in remove_e820_regions() 68 resource_clip(avail, BIOS_ROM_BASE, BIOS_ROM_END); in arch_remove_reservations()
|
/openbmc/linux/kernel/ |
H A D | resource.c | 608 static void resource_clip(struct resource *res, resource_size_t min, in resource_clip() function 647 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource()
|