HomeSort by: relevance | last modified time | path
    Searched defs:SGSHIFT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/include/
pte.h 196 #define SGSHIFT 18 /* log2(NBPSG) */
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)))
  /src/sys/arch/sparc64/include/
pte.h 310 #define SGSHIFT 18 /* log2(NBPSG) */
320 #define VA_VSEG(va) (((unsigned int)(va) >> SGSHIFT) & 63)

Completed in 14 milliseconds