Home
last modified time | relevance | path

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

/freebsd/sys/x86/iommu/
H A Damd_iommu.h186 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose);
188 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose);
190 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose);
H A Damd_drv.c879 uint8_t *dtep, uint32_t *edtep, bool verbose) in amdiommu_find_unit() argument
929 if (edtep != NULL) in amdiommu_find_unit()
930 *edtep = ifu.edte; in amdiommu_find_unit()
946 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose) in amdiommu_find_unit_for_ioapic() argument
985 if (edtep != NULL) in amdiommu_find_unit_for_ioapic()
986 *edtep = ifu.edte; in amdiommu_find_unit_for_ioapic()
998 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose) in amdiommu_find_unit_for_hpet() argument
1036 if (edtep != NULL) in amdiommu_find_unit_for_hpet()
1037 *edtep = ifu.edte; in amdiommu_find_unit_for_hpet()