Lines Matching defs:is
7 * This code is derived from software contributed to The NetBSD Foundation
76 * is computed from the number of entries the table indexes, which
213 unsigned int is = __SHIFTOUT(gen->tcr, TCR51_IS);
220 if (is + ti[0] + ti[1] + ti[2] + ti[3] + vmst->pgshift != 32) {
224 if (is > 15 || ti[0] > 15 || ti[1] > 15 || ti[2] > 15 || ti[3] > 15) {
232 * as indicated by the TCR. The initial shift is intended to
244 if (is) {
245 ctx->va_mask = (ctx->va_mask << is) >> is;
246 curshift -= is;
307 * We may be called before address translation is initialized.
308 * This is typically used to find the dump magic number. This