OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIN_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
70
#define
MIN_PAGE_SIZE
(1 << MIN_PAGE_SHIFT)
/src/sys/arch/sparc/include/
vmparam.h
68
#define
MIN_PAGE_SIZE
(1 << MIN_PAGE_SHIFT)
/src/sys/arch/powerpc/include/
vmparam.h
39
#define
MIN_PAGE_SIZE
(1 << MIN_PAGE_SHIFT)
/src/sys/arch/mips/include/
vmparam.h
73
#define
MIN_PAGE_SIZE
(1 << MIN_PAGE_SHIFT)
/src/sys/uvm/
uvm_param.h
93
* then provide default values for
MIN_PAGE_SIZE
and MAX_PAGE_SIZE.
96
#if !defined(
MIN_PAGE_SIZE
)
97
#define
MIN_PAGE_SIZE
PAGE_SIZE
98
#endif /* !
MIN_PAGE_SIZE
*/
107
* PAGE_SIZE is not a constant;
MIN_PAGE_SIZE
and MAX_PAGE_SIZE must
111
#if !defined(
MIN_PAGE_SIZE
)
112
#error
MIN_PAGE_SIZE
not defined
122
*
MIN_PAGE_SIZE
and MAX_PAGE_SIZE must be constants.
125
#if
MIN_PAGE_SIZE
== 0
126
#error Invalid
MIN_PAGE_SIZE
definitio
[
all
...]
Completed in 81 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025