Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddma_remapping.h34 struct root_entry;
Dintel-iommu.h417 struct root_entry *root_entry; /* virtual address */ member
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c192 struct root_entry { struct
196 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry)) argument
202 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()
214 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp()
839 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()
972 if (!iommu->root_entry) { in free_context_table()
988 free_pgtable_page(iommu->root_entry); in free_context_table()
989 iommu->root_entry = NULL; in free_context_table()
1289 struct root_entry *root; in iommu_alloc_root_entry()
1292 root = (struct root_entry *)alloc_pgtable_page(iommu->node); in iommu_alloc_root_entry()
[all …]