Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dresource.c7 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()
/linux-6.6.21/kernel/
Dresource.c566 static void resource_clip(struct resource *res, resource_size_t min, in resource_clip() function
605 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource()