Symbol: amdiommu_domain
sys/x86/iommu/amd_cmd.c
203
struct amdiommu_domain *domain;
sys/x86/iommu/amd_cmd.c
227
amdiommu_qi_invalidate_all_pages_locked_nowait(struct amdiommu_domain *domain)
sys/x86/iommu/amd_ctx.c
110
amdiommu_domain_unload_emit_wait(struct amdiommu_domain *domain,
sys/x86/iommu/amd_ctx.c
120
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
148
amdiommu_domain_destroy(struct amdiommu_domain *domain)
sys/x86/iommu/amd_ctx.c
194
struct amdiommu_domain *domain)
sys/x86/iommu/amd_ctx.c
232
static struct amdiommu_domain *
sys/x86/iommu/amd_ctx.c
235
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
275
amdiommu_ctx_alloc(struct amdiommu_domain *domain, uint16_t rid)
sys/x86/iommu/amd_ctx.c
291
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
306
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
323
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
337
struct amdiommu_domain *
sys/x86/iommu/amd_ctx.c
340
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
358
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
403
struct amdiommu_domain *domain)
sys/x86/iommu/amd_ctx.c
431
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
481
struct amdiommu_domain *domain;
sys/x86/iommu/amd_ctx.c
508
struct amdiommu_domain *domain, *domain1;
sys/x86/iommu/amd_ctx.c
75
struct amdiommu_domain *domain);
sys/x86/iommu/amd_ctx.c
87
struct amdiommu_domain *domain;
sys/x86/iommu/amd_drv.c
1117
amdiommu_print_domain(struct amdiommu_domain *domain, bool show_mappings)
sys/x86/iommu/amd_drv.c
1140
struct amdiommu_domain *domain;
sys/x86/iommu/amd_idpgtbl.c
105
amdiommu_domain_free_pgtbl(struct amdiommu_domain *domain)
sys/x86/iommu/amd_idpgtbl.c
131
amdiommu_pgtbl_map_pte(struct amdiommu_domain *domain, iommu_gaddr_t base,
sys/x86/iommu/amd_idpgtbl.c
189
amdiommu_map_buf_locked(struct amdiommu_domain *domain, iommu_gaddr_t base,
sys/x86/iommu/amd_idpgtbl.c
235
struct amdiommu_domain *domain;
sys/x86/iommu/amd_idpgtbl.c
290
amdiommu_free_pgtbl_pde(struct amdiommu_domain *domain, iommu_gaddr_t base,
sys/x86/iommu/amd_idpgtbl.c
304
amdiommu_unmap_clear_pte(struct amdiommu_domain *domain, iommu_gaddr_t base,
sys/x86/iommu/amd_idpgtbl.c
329
amdiommu_unmap_buf_locked(struct amdiommu_domain *domain, iommu_gaddr_t base,
sys/x86/iommu/amd_idpgtbl.c
384
struct amdiommu_domain *domain;
sys/x86/iommu/amd_idpgtbl.c
71
static void amdiommu_unmap_clear_pte(struct amdiommu_domain *domain,
sys/x86/iommu/amd_idpgtbl.c
74
static int amdiommu_unmap_buf_locked(struct amdiommu_domain *domain,
sys/x86/iommu/amd_idpgtbl.c
79
amdiommu_domain_alloc_pgtbl(struct amdiommu_domain *domain)
sys/x86/iommu/amd_iommu.h
120
__containerof((domain), struct amdiommu_domain, iodom)
sys/x86/iommu/amd_iommu.h
225
struct amdiommu_domain *amdiommu_find_domain(struct amdiommu_unit *unit,
sys/x86/iommu/amd_iommu.h
235
struct amdiommu_domain *domain);
sys/x86/iommu/amd_iommu.h
238
int amdiommu_domain_alloc_pgtbl(struct amdiommu_domain *domain);
sys/x86/iommu/amd_iommu.h
239
void amdiommu_domain_free_pgtbl(struct amdiommu_domain *domain);
sys/x86/iommu/amd_iommu.h
47
LIST_ENTRY(amdiommu_domain) link;/* (u) Member in the iommu list */
sys/x86/iommu/amd_iommu.h
85
LIST_HEAD(, amdiommu_domain) domains;