Searched refs:edtep (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/x86/iommu/ |
| HD | amd_iommu.h | 186 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);
|
| HD | amd_drv.c | 887 uint8_t *dtep, uint32_t *edtep, bool verbose) in amdiommu_find_unit() argument 937 if (edtep != NULL) in amdiommu_find_unit() 938 *edtep = ifu.edte; in amdiommu_find_unit() 954 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose) in amdiommu_find_unit_for_ioapic() argument 993 if (edtep != NULL) in amdiommu_find_unit_for_ioapic() 994 *edtep = ifu.edte; in amdiommu_find_unit_for_ioapic() 1006 uint16_t *ridp, uint8_t *dtep, uint32_t *edtep, bool verbose) in amdiommu_find_unit_for_hpet() argument 1044 if (edtep != NULL) in amdiommu_find_unit_for_hpet() 1045 *edtep = ifu.edte; in amdiommu_find_unit_for_hpet()
|