Home
last modified time | relevance | path

Searched refs:intrmap_map (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c240 bitset_add(&intrmap->intrmap_map, idx); in alloc_tbl_entry()
242 bitset_find_free(&intrmap->intrmap_map, idx + 1); in alloc_tbl_entry()
273 idx = bitset_find_multi_free(&intrmap->intrmap_map, pos, cnt); in alloc_tbl_multi_entries()
278 &intrmap->intrmap_map, idx + cnt); in alloc_tbl_multi_entries()
281 bitset_add(&intrmap->intrmap_map, idx + i); in alloc_tbl_multi_entries()
379 bitset_init(&intrmap->intrmap_map); in init_unit()
380 bitset_resize(&intrmap->intrmap_map, intrmap->intrmap_size); in init_unit()
849 bitset_del(&intrmap->intrmap_map, idx); in immu_intrmap_free()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dimmu.h424 bitset_t intrmap_map; member