Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c1456 hw_rce_t *hw_rent; in context_set() local
1468 hw_rent = (hw_rce_t *)(root_table->hwpg_vaddr) + bus; in context_set()
1477 if (ROOT_GET_P(hw_rent)) { in context_set()
1500 ROOT_SET_CONT(hw_rent, context->hwpg_paddr); in context_set()
1501 ROOT_SET_P(hw_rent); in context_set()
1502 immu_regs_cpu_flush(immu, (caddr_t)hw_rent, sizeof (hw_rce_t)); in context_set()
1547 hw_rce_t *hw_rent; in context_create() local
1559 hw_rent = (hw_rce_t *)(root_table->hwpg_vaddr); in context_create()
1560 for (bus = 0; bus < IMMU_ROOT_NUM; bus++, ctxp++, hw_rent++) { in context_create()
1563 ROOT_SET_P(hw_rent); in context_create()
[all …]