OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L4_SHIFT
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
54
#define
L4_SHIFT
39
58
#define NBPD_L4 (1UL <<
L4_SHIFT
) /* # bytes mapped by L4 ent (512G) */
/src/sys/arch/amd64/include/
pte.h
90
#define
L4_SHIFT
39
94
#define NBPD_L4 (1UL <<
L4_SHIFT
) /* # bytes mapped by L4 ent (512G) */
pmap_private.h
162
#define PTP_SHIFT_INITIALIZER { L1_SHIFT, L2_SHIFT, L3_SHIFT,
L4_SHIFT
}
/src/sys/arch/x86/include/
pte.h
63
#define pl4_pi(VA) (((VA_SIGN_POS(VA)) & L4_MASK) >>
L4_SHIFT
)
73
#define pl4_i(VA) (((VA_SIGN_POS(VA)) & L4_FRAME) >>
L4_SHIFT
)
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025