OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2_FRAME
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
67
#define
L2_FRAME
(L3_FRAME|L2_MASK)
68
#define L1_FRAME (
L2_FRAME
|L1_MASK)
/src/sys/arch/i386/include/
pte.h
124
#define
L2_FRAME
(L3_FRAME | L2_MASK)
125
#define L1_FRAME (
L2_FRAME
|L1_MASK)
147
#define
L2_FRAME
(L2_MASK)
148
#define L1_FRAME (
L2_FRAME
|L1_MASK)
pmap_private.h
227
#define PTP_FRAME_INITIALIZER { L1_FRAME,
L2_FRAME
}
/src/sys/arch/amd64/include/
pte.h
103
#define
L2_FRAME
(L3_FRAME|L2_MASK)
104
#define L1_FRAME (
L2_FRAME
|L1_MASK)
pmap_private.h
161
#define PTP_FRAME_INITIALIZER { L1_FRAME,
L2_FRAME
, L3_FRAME, L4_FRAME }
/src/sys/arch/x86/include/
pte.h
71
#define pl2_i(VA) (((VA_SIGN_POS(VA)) &
L2_FRAME
) >> L2_SHIFT)
/src/sys/arch/aarch64/include/
pte.h
122
#define
L2_FRAME
(~L2_OFFSET)
pmap.h
161
#define L2_TRUNC_BLOCK(x) ((x) &
L2_FRAME
)
/src/sys/arch/i386/i386/
locore.S
886
/* nkptp[1] = (esi + ~
L2_FRAME
) >> L2_SHIFT + 1; */
888
addl $~
L2_FRAME
,%eax
906
addl $~
L2_FRAME
,%eax
/src/sys/arch/aarch64/aarch64/
pmap.c
688
for (va = pmap_maxkvaddr &
L2_FRAME
; va <= maxkvaddr; va += L2_SIZE) {
Completed in 20 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025