OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PG_SHIFT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/include/
pte.h
100
#define
PG_SHIFT
32
/src/sys/arch/m68k/include/
pte_motorola.h
57
#define
PG_SHIFT
PGSHIFT
69
#define SG_FRAME ((~0U) <<
PG_SHIFT
)
70
#define SG_ISHIFT ((
PG_SHIFT
<< 1) - 2) /* 24 or 22 */
72
#define SG_PSHIFT
PG_SHIFT
80
#define SG4_MASK3 (((~0U) <<
PG_SHIFT
) & ~(SG4_MASK1 | SG4_MASK2))
81
#define SG4_SHIFT3
PG_SHIFT
83
#define SG4_ADDR2 ((~0U) << (20 -
PG_SHIFT
))
86
#define SG4_LEV3SIZE (1U << (SG4_SHIFT2 -
PG_SHIFT
)) /* 64 or 32 */
101
#define PG_FRAME ((~0U) <<
PG_SHIFT
)
102
#define PG_PFNUM(x) (((uintptr_t)(x) & PG_FRAME) >>
PG_SHIFT
)
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025