Searched defs:root_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c1449 context_set(immu_t *immu, domain_t *domain, pgtable_t *root_table, argument
1464 ctxp = (hw_rce_t *)(root_table->swpg_next_array);
1466 hw_rent = (hw_rce_t *)(root_table->hwpg_vaddr) + bus;
1541 pgtable_t *root_table; local
1549 root_table = pgtable_alloc(immu, IMMU_FLAGS_SLEEP);
1550 pgtable_zero(root_table);
1556 ctxp = (hw_rce_t *)(root_table->swpg_next_array);
1557 hw_rent = (hw_rce_t *)(root_table->hwpg_vaddr);
1584 return (root_table);

Completed in 80 milliseconds