OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VA_SIGN_MASK
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
pdir.h
70
#define
VA_SIGN_MASK
0xffff000000000000
71
#define VA_SIGN_NEG(va) ((va) |
VA_SIGN_MASK
)
/src/sys/arch/amd64/include/
pte.h
79
#define
VA_SIGN_MASK
0xffff000000000000
80
#define VA_SIGN_NEG(va) ((va) |
VA_SIGN_MASK
)
82
#define VA_SIGN_POS(va) ((va) & ~
VA_SIGN_MASK
)
/src/sys/arch/i386/include/
pte.h
103
#define
VA_SIGN_MASK
0
104
#define VA_SIGN_NEG(va) ((va) |
VA_SIGN_MASK
)
108
#define VA_SIGN_POS(va) ((va) & ~
VA_SIGN_MASK
)
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025