OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L1_MASK
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
63
#define
L1_MASK
0x00000000001ff000
68
#define L1_FRAME (L2_FRAME|
L1_MASK
)
/src/sys/arch/i386/include/
pte.h
121
#define
L1_MASK
0x001ff000
125
#define L1_FRAME (L2_FRAME|
L1_MASK
)
145
#define
L1_MASK
0x003ff000
148
#define L1_FRAME (L2_FRAME|
L1_MASK
)
pmap_private.h
226
#define PTP_MASK_INITIALIZER {
L1_MASK
, L2_MASK }
/src/sys/arch/amd64/include/
pte.h
99
#define
L1_MASK
0x00000000001ff000
104
#define L1_FRAME (L2_FRAME|
L1_MASK
)
pmap_private.h
160
#define PTP_MASK_INITIALIZER {
L1_MASK
, L2_MASK, L3_MASK, L4_MASK }
/src/sys/arch/x86/include/
pte.h
60
#define pl1_pi(VA) (((VA_SIGN_POS(VA)) &
L1_MASK
) >> L1_SHIFT)
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025