Searched refs:pt_root (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu.c724 virt_to_phys(domain->pt_root));
725 domain->pt_root = pte;
747 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
789 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
1304 p1 = domain->pt_root;
1326 domain->pt_root = NULL;
1374 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL);
1377 if (!dma_dom->domain.pt_root)
1415 u64 pte_root = virt_to_phys(domain->pt_root);
2427 domain->pt_root
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h278 u64 *pt_root; /* page table root pointer */ member in struct:protection_domain

Completed in 76 milliseconds