Lines Matching refs:svm
1005 struct static_vm *svm; in iotable_init() local
1010 svm = memblock_alloc(sizeof(*svm) * nr, __alignof__(*svm)); in iotable_init()
1011 if (!svm) in iotable_init()
1013 __func__, sizeof(*svm) * nr, __alignof__(*svm)); in iotable_init()
1018 vm = &svm->vm; in iotable_init()
1025 add_static_vm_early(svm++); in iotable_init()
1033 struct static_vm *svm; in vm_reserve_area_early() local
1035 svm = memblock_alloc(sizeof(*svm), __alignof__(*svm)); in vm_reserve_area_early()
1036 if (!svm) in vm_reserve_area_early()
1038 __func__, sizeof(*svm), __alignof__(*svm)); in vm_reserve_area_early()
1040 vm = &svm->vm; in vm_reserve_area_early()
1045 add_static_vm_early(svm); in vm_reserve_area_early()
1070 struct static_vm *svm; in fill_pmd_gaps() local
1075 list_for_each_entry(svm, &static_vmlist, list) { in fill_pmd_gaps()
1076 vm = &svm->vm; in fill_pmd_gaps()
1116 struct static_vm *svm; in pci_reserve_io() local
1118 svm = find_static_vm_vaddr((void *)PCI_IO_VIRT_BASE); in pci_reserve_io()
1119 if (svm) in pci_reserve_io()