Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c58 static dmar_table_t *dmar_table; /* converted form of DMAR table */ variable
852 dmar_table = NULL; in immu_dmar_parse()
875 dmar_table = tbl; in immu_dmar_parse()
895 dmar_devi_destroy(dmar_table); in immu_dmar_destroy()
896 dmar_table_destroy(dmar_table); in immu_dmar_destroy()
898 dmar_table = NULL; in immu_dmar_destroy()
905 dmar_table_t *tbl = dmar_table; in immu_dmar_blacklisted()
951 ASSERT(dmar_table); in immu_dmar_rmrr_map()
953 tbl = dmar_table; in immu_dmar_rmrr_map()
1060 ASSERT(dmar_table); in immu_dmar_get_immu()
[all …]
/titanic_50/usr/src/uts/i86pc/sys/
H A Dimmu.h116 typedef struct dmar_table { struct