Home
last modified time | relevance | path

Searched refs:resource_clip (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dresource.c4 static void resource_clip(struct resource *res, resource_size_t start, in resource_clip() function
33 resource_clip(avail, entry->addr, in remove_e820_regions()
46 resource_clip(avail, BIOS_ROM_BASE, BIOS_ROM_END); in arch_remove_reservations()
/linux-4.4.14/kernel/
Dresource.c554 static void resource_clip(struct resource *res, resource_size_t min, in resource_clip() function
593 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource()