Searched refs:show_domains (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_drv.c | 1234 dmar_print_one(int idx, bool show_domains, bool show_mappings) in dmar_print_one() argument 1292 if (show_domains) { in dmar_print_one() 1304 bool show_domains, show_mappings; in DB_SHOW_COMMAND() local 1306 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_COMMAND() 1312 dmar_print_one((int)addr, show_domains, show_mappings); in DB_SHOW_COMMAND() 1318 bool show_domains, show_mappings; in DB_SHOW_ALL_COMMAND() local 1320 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_ALL_COMMAND() 1324 dmar_print_one(i, show_domains, show_mappings); in DB_SHOW_ALL_COMMAND()
|