OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x86_round_page
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/include/
param.h
162
#define
x86_round_page
(x) ((((paddr_t)(x)) + PGOFSET) & ~PGOFSET)
macro
/src/sys/arch/amd64/include/
param.h
145
#define
x86_round_page
(x) ((((unsigned long)(x)) + PGOFSET) & ~PGOFSET)
macro
Completed in 14 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025