Home
last modified time | relevance | path

Searched refs:DMAR_CAP_PLMR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/iommu/
H A Dintel_quirks.c153 unit->hw_cap &= ~(DMAR_CAP_PHMR | DMAR_CAP_PLMR); in nb_5400_no_low_high_prot_mem()
H A Dintel_reg.h150 #define DMAR_CAP_PLMR (1 << 5) /* Protected Low-mem Region */ macro
H A Dintel_utils.c369 if ((unit->hw_cap & (DMAR_CAP_PLMR | DMAR_CAP_PHMR)) == 0) in dmar_disable_protected_regions()