Lines Matching refs:svm
984 struct static_vm *svm; in iotable_init() local
989 svm = memblock_alloc(sizeof(*svm) * nr, __alignof__(*svm)); in iotable_init()
990 if (!svm) in iotable_init()
992 __func__, sizeof(*svm) * nr, __alignof__(*svm)); in iotable_init()
997 vm = &svm->vm; in iotable_init()
1004 add_static_vm_early(svm++); in iotable_init()
1012 struct static_vm *svm; in vm_reserve_area_early() local
1014 svm = memblock_alloc(sizeof(*svm), __alignof__(*svm)); in vm_reserve_area_early()
1015 if (!svm) in vm_reserve_area_early()
1017 __func__, sizeof(*svm), __alignof__(*svm)); in vm_reserve_area_early()
1019 vm = &svm->vm; in vm_reserve_area_early()
1024 add_static_vm_early(svm); in vm_reserve_area_early()
1049 struct static_vm *svm; in fill_pmd_gaps() local
1054 list_for_each_entry(svm, &static_vmlist, list) { in fill_pmd_gaps()
1055 vm = &svm->vm; in fill_pmd_gaps()
1095 struct static_vm *svm; in pci_reserve_io() local
1097 svm = find_static_vm_vaddr((void *)PCI_IO_VIRT_BASE); in pci_reserve_io()
1098 if (svm) in pci_reserve_io()