Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dresource.c39 void arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dioport.h203 extern void arch_remove_reservations(struct resource *avail);
/OK3568_Linux_fs/kernel/kernel/
H A Dresource.c570 void __weak arch_remove_reservations(struct resource *avail) in arch_remove_reservations() function
622 arch_remove_reservations(&tmp); in __find_resource()