OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L3_FRAME
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
66
#define
L3_FRAME
(L4_FRAME|L3_MASK)
67
#define L2_FRAME (
L3_FRAME
|L2_MASK)
/src/sys/arch/amd64/include/
pte.h
102
#define
L3_FRAME
(L4_FRAME|L3_MASK)
103
#define L2_FRAME (
L3_FRAME
|L2_MASK)
pmap_private.h
161
#define PTP_FRAME_INITIALIZER { L1_FRAME, L2_FRAME,
L3_FRAME
, L4_FRAME }
/src/sys/arch/i386/include/
pte.h
123
#define
L3_FRAME
(L3_MASK)
124
#define L2_FRAME (
L3_FRAME
| L2_MASK)
/src/sys/arch/x86/include/
pte.h
72
#define pl3_i(VA) (((VA_SIGN_POS(VA)) &
L3_FRAME
) >> L3_SHIFT)
/src/sys/arch/aarch64/include/
pte.h
132
#define
L3_FRAME
(~L3_OFFSET)
pmap.h
163
#define L3_TRUNC_BLOCK(x) ((x) &
L3_FRAME
)
Completed in 16 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025