Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dresource.c39 void arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
/Linux-v5.10/include/linux/
Dioport.h197 extern void arch_remove_reservations(struct resource *avail);
/Linux-v5.10/kernel/
Dresource.c570 void __weak arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
622 arch_remove_reservations(&tmp); in __find_resource()