Searched refs:SGSHIFT (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Ddvma.c70 nseg = (DVMA_MAPLEN + NBPSG - 1) >> SGSHIFT;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h196 #define SGSHIFT 18 /* log2(NBPSG) */ macro
211 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63)
239 ? (((int)(vr) << RGSHIFT) + ((int)(vs) << SGSHIFT)) \
240 : ((((int)(vr) << (RGSHIFT+2)) >> 2) + ((int)(vs) << SGSHIFT)))
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dpte.h252 #define SGSHIFT 18 /* log2(NBPSG) */ macro
262 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dcache.c561 i = (baseoff + len + SGOFSET) >> SGSHIFT;
805 i = (baseoff + len + SGOFSET) >> SGSHIFT;
H A Dpmap.c3263 zseg = (((p + NBPSG - 1) & ~SGOFSET) - KERNBASE) >> SGSHIFT;
4471 tva = vs << SGSHIFT;

Completed in 116 milliseconds