Searched refs:kmt_trapmap (Results 1 – 3 of 3) sorted by relevance
537 kmt->kmt_trapmap = mdb_zalloc(BT_SIZEOFMAP(kmt->kmt_trapmax), UM_SLEEP); in kmt_init_isadep()563 BT_SET(kmt->kmt_trapmap, T_SGLSTP); in kmt_init_isadep()564 BT_SET(kmt->kmt_trapmap, T_BPTFLT); in kmt_init_isadep()565 BT_SET(kmt->kmt_trapmap, T_DBGENTR); in kmt_init_isadep()
86 ulong_t *kmt_trapmap; member
2132 !BT_TEST(kmt->kmt_trapmap, tt)); in kmt_trap_match()2339 BT_SET(kmt->kmt_trapmap, trapnum); in kmt_add_trap()2393 if (kmt->kmt_trapmap != NULL) in kmt_destroy()2394 mdb_free(kmt->kmt_trapmap, BT_SIZEOFMAP(kmt->kmt_trapmax)); in kmt_destroy()