Home
last modified time | relevance | path

Searched refs:arch_remove_reservations (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/arch/x86/kernel/
Dresource.c39 void arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
/Linux-v5.15/include/linux/
Dioport.h199 extern void arch_remove_reservations(struct resource *avail);
/Linux-v5.15/kernel/
Dresource.c566 void __weak arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
618 arch_remove_reservations(&tmp); in __find_resource()