Home
last modified time | relevance | path

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

/freebsd/sys/x86/iommu/
H A Damd_ctx.c429 vm_page_t pgtblr, uint8_t dte, uint32_t edte) in dte_entry_init_one() argument
469 dtep->ptroot = VM_PAGE_TO_PHYS(pgtblr) >> 12; in dte_entry_init_one()
496 dte_entry_init_one(&dtep[i], ctx, domain->pgtblr, in dte_entry_init()
500 dte_entry_init_one(dtep, ctx, domain->pgtblr, dte, edte); in dte_entry_init()
H A Damd_idpgtbl.c95 domain->pgtblr = m; in amdiommu_domain_alloc_pgtbl()
117 domain->pgtblr = NULL; in amdiommu_domain_free_pgtbl()
H A Damd_iommu.h49 vm_page_t pgtblr; /* (c) Page table root page */ member