Searched refs:toxic_bit_map (Results 1 – 1 of 1) sorted by relevance
607 ulong_t *toxic_bit_map; /* one bit for each 4k of VA in heap_arena */ variable2001 toxic_bit_map = in startup_vm()2003 ASSERT(toxic_bit_map != NULL); in startup_vm()2004 PRM_DEBUG(toxic_bit_map); in startup_vm()3211 BT_ATOMIC_SET(toxic_bit_map, start); in device_arena_alloc()3233 ASSERT(BT_TEST(toxic_bit_map, start) != 0); in device_arena_free()3234 BT_ATOMIC_CLEAR(toxic_bit_map, start); in device_arena_free()3255 if (toxic_bit_map == NULL) in device_arena_contains()3274 if (bt_range(toxic_bit_map, &start, &end, end) == 0) in device_arena_contains()