OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VA_SIGN_MASK
(Results
1 - 4
of
4
) 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
)
/src/sys/arch/x86/include/
pmap_private.h
363
return (paddr_t) (((*up_pte) & PTE_FRAME) + (((vaddr_t) pte) & (~PTE_FRAME & ~
VA_SIGN_MASK
)));
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026