Searched refs:iopm_bitmap (Results 1 – 2 of 2) sorted by relevance
64 uint8_t *iopm_bitmap; /* shared by all vcpus */ member
571 svm_sc->iopm_bitmap = contigmalloc(SVM_IO_BITMAP_SIZE, M_SVM, in svm_init()573 if (svm_sc->iopm_bitmap == NULL) in svm_init()610 memset(svm_sc->iopm_bitmap, 0xFF, SVM_IO_BITMAP_SIZE); in svm_init()612 iopm_pa = vtophys(svm_sc->iopm_bitmap); in svm_init()2145 contigfree(sc->iopm_bitmap, SVM_IO_BITMAP_SIZE, M_SVM); in svm_cleanup()