Searched refs:immu_flushops (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | immu.h | 525 struct immu_flushops; 629 struct immu_flushops *immu_flushops; member 772 struct immu_flushops { struct 787 (i)->immu_flushops->imf_context_fsi(i, f, s, d, w) argument 789 (i)->immu_flushops->imf_context_dsi(i, d, w) 791 (i)->immu_flushops->imf_context_gbl(i, w) 794 (i)->immu_flushops->imf_iotlb_psi(i, d, v, c, h, w) 796 (i)->immu_flushops->imf_iotlb_dsi(i, d, w) 798 (i)->immu_flushops->imf_iotlb_gbl(i, w) 801 (i)->immu_flushops->imf_wait(w)
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu_qinv.c | 87 static struct immu_flushops immu_qinv_flushops = { 560 immu->immu_flushops = &immu_qinv_flushops; in immu_qinv_startup()
|
H A D | immu_regs.c | 51 struct immu_flushops immu_regs_flushops = { 429 immu->immu_flushops = &immu_regs_flushops; in setup_regs()
|