OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_PAGE_SIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/m68k/include/
vmparam.h
64
* (MIN_PAGE_SIZE !=
MAX_PAGE_SIZE
). For now we define these macros
71
#define
MAX_PAGE_SIZE
(1 << MAX_PAGE_SHIFT)
/src/sys/arch/sparc/include/
vmparam.h
69
#define
MAX_PAGE_SIZE
(1 << MAX_PAGE_SHIFT)
/src/sys/arch/powerpc/include/
vmparam.h
40
#define
MAX_PAGE_SIZE
(1 << MAX_PAGE_SHIFT)
/src/sys/arch/mips/include/
vmparam.h
72
#define
MAX_PAGE_SIZE
(1 << MAX_PAGE_SHIFT)
/src/sys/uvm/
uvm_param.h
93
* then provide default values for MIN_PAGE_SIZE and
MAX_PAGE_SIZE
.
100
#if !defined(
MAX_PAGE_SIZE
)
101
#define
MAX_PAGE_SIZE
PAGE_SIZE
102
#endif /* !
MAX_PAGE_SIZE
*/
107
* PAGE_SIZE is not a constant; MIN_PAGE_SIZE and
MAX_PAGE_SIZE
must
115
#if !defined(
MAX_PAGE_SIZE
)
116
#error
MAX_PAGE_SIZE
not defined
122
* MIN_PAGE_SIZE and
MAX_PAGE_SIZE
must be constants.
129
#if
MAX_PAGE_SIZE
== 0
130
#error Invalid
MAX_PAGE_SIZE
definitio
[
all
...]
Completed in 135 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025