Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dresource.c60 void arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
/Linux-v6.6/include/linux/
Dioport.h206 extern void arch_remove_reservations(struct resource *avail);
/Linux-v6.6/kernel/
Dresource.c554 void __weak arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
606 arch_remove_reservations(&tmp); in __find_resource()