OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 20 22:09:52 GMT 2025