Searched refs:include_all (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddmar.h47 u8 include_all:1; member in struct:dmar_drhd_unit
/linux-master/drivers/iommu/intel/
H A Diommu.c197 u8 include_all:1; /* include all ports */ member in struct:dmar_atsr_unit
685 if (pdev && drhd->include_all) {
2777 if (!drhd->include_all) {
2788 if (drhd->include_all)
3021 atsru->include_all = atsr->flags & 0x1;
3022 if (!atsru->include_all) {
3071 if (!atsru->include_all && atsru->devices && atsru->devices_cnt) {
3316 if (atsru->include_all)
3356 if (atsru->include_all)
H A Ddmar.c75 if (drhd->include_all)
299 if (dmaru->include_all)
432 dmaru->include_all = drhd->flags & 0x1; /* BIT0: INCLUDE_ALL */
712 if (dmaru->include_all &&
2306 if (!dmaru->include_all && dmaru->devices && dmaru->devices_cnt) {

Completed in 160 milliseconds