Home
last modified time | relevance | path

Searched refs:dmar_root_entry_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_reg.h50 } dmar_root_entry_t; typedef
55 #define DMAR_CTX_CNT (DMAR_PAGE_SIZE / sizeof(dmar_root_entry_t))
H A Dintel_dmar.h230 void dmar_flush_root_to_ram(struct dmar_unit *unit, dmar_root_entry_t *dst);
H A Dintel_utils.c390 dmar_flush_root_to_ram(struct dmar_unit *unit, dmar_root_entry_t *dst) in dmar_flush_root_to_ram()
H A Dintel_ctx.c85 dmar_root_entry_t *re; in dmar_ensure_ctx_page()