Lines Matching refs:and
5 * Common Development and Distribution License (the "License").
11 * and limitations under the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30 * specific hat data structures and the sfmmu specific hat procedures.
101 * SFMMU code between sun4u and sun4v platforms.
122 * Get pseudo-tagacc value and context from the MMU fault area. Pseudo-tagacc
124 * (1) for invalid context, and USER_CONTEXT (2) for user context.
209 * Get pseudo-tagacc value and context from the MMU fault area. Pseudo-tagacc
211 * (1) for invalid context, and USER_CONTEXT (2) for user context.
284 * Returns PFN given the TTE and vaddr
294 and tte, TTE_SZ_BITS, scr1; /* scr1 = ttesz */ \
307 and vaddr, scr1, scr2; \
345 * TTE_SET_REFMOD_ML is a macro that updates the reference and modify bits
406 and tsbe, TSB_SOFTSZ_MASK, tmp2 /* tmp2=szc */ ;\
412 and tmp2, tmp1, tmp1 /* tsbent = virtpage & mask */ ;\
419 * Will probe the first TSB, and if it finds a match, will insert it
420 * into the TLB and retry.