OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2_MASK
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
62
#define
L2_MASK
0x000000003fe00000
67
#define L2_FRAME (L3_FRAME|
L2_MASK
)
/src/sys/arch/i386/include/
pte.h
120
#define
L2_MASK
(L2_REALMASK | L3_MASK)
124
#define L2_FRAME (L3_FRAME |
L2_MASK
)
144
#define
L2_MASK
0xffc00000
147
#define L2_FRAME (
L2_MASK
)
pmap_private.h
226
#define PTP_MASK_INITIALIZER { L1_MASK,
L2_MASK
}
/src/sys/arch/amd64/include/
pte.h
98
#define
L2_MASK
0x000000003fe00000
103
#define L2_FRAME (L3_FRAME|
L2_MASK
)
pmap_private.h
160
#define PTP_MASK_INITIALIZER { L1_MASK,
L2_MASK
, L3_MASK, L4_MASK }
/src/sys/arch/x86/include/
pte.h
61
#define pl2_pi(VA) (((VA_SIGN_POS(VA)) &
L2_MASK
) >> L2_SHIFT)
Completed in 64 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025