Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dresource.c60 void arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
/linux/include/linux/
H A Dioport.h242 extern void arch_remove_reservations(struct resource *avail);
/linux/kernel/
H A Dresource.c642 void __weak arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
686 arch_remove_reservations(&tmp); in __find_resource_space()