Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mm/
H A Dmm.h74 extern struct static_vm *find_static_vm_vaddr(void *vaddr);
H A Dioremap.c73 struct static_vm *find_static_vm_vaddr(void *vaddr) in find_static_vm_vaddr() function
452 svm = find_static_vm_vaddr(addr); in iounmap()
H A Dmmu.c1138 svm = find_static_vm_vaddr((void *)PCI_IO_VIRT_BASE); in pci_reserve_io()