Lines Matching defs:entries
191 struct pasid_entry *entries;
204 entries = get_pasid_table_from_pde(&dir[dir_index]);
205 if (!entries) {
206 entries = alloc_pgtable_page(info->iommu->node, GFP_ATOMIC);
207 if (!entries)
217 (u64)virt_to_phys(entries) | PASID_PTE_PRESENT)) {
218 free_pgtable_page(entries);
222 clflush_cache_range(entries, VTD_PAGE_SIZE);
227 return &entries[index];
485 * Caller of it should not modify the in-use pasid table entries.