OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L3_MASK
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
61
#define
L3_MASK
0x0000007fc0000000
66
#define L3_FRAME (L4_FRAME|
L3_MASK
)
/src/sys/arch/i386/include/
pte.h
118
#define
L3_MASK
0xc0000000
120
#define L2_MASK (L2_REALMASK |
L3_MASK
)
123
#define L3_FRAME (
L3_MASK
)
/src/sys/arch/amd64/include/
pte.h
97
#define
L3_MASK
0x0000007fc0000000
102
#define L3_FRAME (L4_FRAME|
L3_MASK
)
pmap_private.h
160
#define PTP_MASK_INITIALIZER { L1_MASK, L2_MASK,
L3_MASK
, L4_MASK }
/src/sys/arch/x86/include/
pte.h
62
#define pl3_pi(VA) (((VA_SIGN_POS(VA)) &
L3_MASK
) >> L3_SHIFT)
Completed in 31 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025