Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dresource.c39 void arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
/Linux-v4.19/include/linux/
Dioport.h183 extern void arch_remove_reservations(struct resource *avail);
/Linux-v4.19/kernel/
Dresource.c559 void __weak arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
611 arch_remove_reservations(&tmp); in __find_resource()