Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/vm/
H A Dzulu_hat.c112 if (zhat->zulu_ctx < 0) { in zulu_hat_demap_page()
116 zuluvm_demap_page(zhat->zdev, NULL, zhat->zulu_ctx, vaddr, size); in zulu_hat_demap_page()
120 zulu_hat_demap_ctx(void *zdev, int zulu_ctx) in zulu_hat_demap_ctx() argument
122 if (zulu_ctx < 0) { in zulu_hat_demap_ctx()
126 zuluvm_demap_ctx(zdev, zulu_ctx); in zulu_hat_demap_ctx()
166 ASSERT(((uint64_t)zulu_ctx_tab[zhat_oldest->zulu_ctx] & ZULU_CTX_LOCK) in zulu_hat_steal_ctx()
169 ctx = zhat_oldest->zulu_ctx; in zulu_hat_steal_ctx()
170 zhat_oldest->zulu_ctx = -1; in zulu_hat_steal_ctx()
210 zhat->zulu_ctx = ctx; in zulu_hat_ctx_alloc()
228 if (zhat->zulu_ctx < 0) { in zulu_hat_validate_ctx()
[all …]
/titanic_41/usr/src/uts/sun4u/zuluvm/
H A Dzuluvm_offsets.in36 zulu_ctx ZULU_HAT_CTX
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulu_hat.h174 short zulu_ctx; member
/titanic_41/usr/src/uts/sun4u/io/
H A Dzuluvm.c482 zhat->zulu_ctx, tlbtype, NULL); in zuluvm_load_tte()
1129 if (zhat->zulu_ctx >= 0) { in zuluvm_dma_alloc_ctx()
1130 *mmuctx = zhat->zulu_ctx; in zuluvm_dma_alloc_ctx()
1133 zhat->zulu_ctx); in zuluvm_dma_alloc_ctx()