Lines Matching refs:svm
1024 struct static_vm *svm; in iotable_init() local
1029 svm = memblock_alloc(sizeof(*svm) * nr, __alignof__(*svm)); in iotable_init()
1030 if (!svm) in iotable_init()
1032 __func__, sizeof(*svm) * nr, __alignof__(*svm)); in iotable_init()
1037 vm = &svm->vm; in iotable_init()
1044 add_static_vm_early(svm++); in iotable_init()
1052 struct static_vm *svm; in vm_reserve_area_early() local
1054 svm = memblock_alloc(sizeof(*svm), __alignof__(*svm)); in vm_reserve_area_early()
1055 if (!svm) in vm_reserve_area_early()
1057 __func__, sizeof(*svm), __alignof__(*svm)); in vm_reserve_area_early()
1059 vm = &svm->vm; in vm_reserve_area_early()
1064 add_static_vm_early(svm); in vm_reserve_area_early()
1089 struct static_vm *svm; in fill_pmd_gaps() local
1094 list_for_each_entry(svm, &static_vmlist, list) { in fill_pmd_gaps()
1095 vm = &svm->vm; in fill_pmd_gaps()
1135 struct static_vm *svm; in pci_reserve_io() local
1137 svm = find_static_vm_vaddr((void *)PCI_IO_VIRT_BASE); in pci_reserve_io()
1138 if (svm) in pci_reserve_io()