OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAGE_SIZE
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/sys/arch/amd64/stand/prekern/
redef.h
31
#define
PAGE_SIZE
4096
/src/sys/arch/m68k/include/
vmparam.h
56
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
57
#define PAGE_MASK (
PAGE_SIZE
- 1)
62
* <uvm/uvm_param.h> assumes
PAGE_SIZE
is not a constant macro
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_pagelist.h
37
#ifndef
PAGE_SIZE
38
#define
PAGE_SIZE
4096
/src/sys/arch/epoc32/stand/e32boot/include/
netbsd.h
30
#define
PAGE_SIZE
4096
31
#define ALIGN_SAFE_PAGE_SIZE (
PAGE_SIZE
* 2)
32
#define PAGE_ALIGN(p) ((int)((char *)(p) +
PAGE_SIZE
- 1) & ~(
PAGE_SIZE
- 1))
/src/sys/arch/powerpc/include/booke/
vmparam.h
51
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
52
#define PAGE_MASK (
PAGE_SIZE
- 1)
106
#define VM_PHYS_SIZE (USRIOSIZE *
PAGE_SIZE
)
/src/sys/arch/usermode/include/
vmparam.h
64
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
65
#define PAGE_MASK (
PAGE_SIZE
- 1)
73
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
74
#define PAGE_MASK (
PAGE_SIZE
- 1)
82
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
83
#define PAGE_MASK (
PAGE_SIZE
- 1)
/src/sys/arch/alpha/include/
vmparam.h
57
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
58
#define PAGE_MASK (
PAGE_SIZE
- 1)
120
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/evbcf/include/
vmparam.h
43
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
44
#define PAGE_MASK (
PAGE_SIZE
- 1)
83
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t)-
PAGE_SIZE
)
86
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/hppa/include/
vmparam.h
42
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
43
#define PAGE_MASK (
PAGE_SIZE
- 1)
71
#define USRIOSIZE ((2*HPPA_PGALIAS)/
PAGE_SIZE
) /* 2mb */
95
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/or1k/include/
vmparam.h
40
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
41
#define PAGE_MASK (
PAGE_SIZE
- 1)
50
#define USRSTACK ((vaddr_t) 0x80000000U -
PAGE_SIZE
)
73
#define VM_MAXUSER_ADDRESS ((vaddr_t) 0x80000000 -
PAGE_SIZE
)
81
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t) -
PAGE_SIZE
)
84
#define USRIOSIZE (
PAGE_SIZE
/ 8)
85
#define VM_PHYS_SIZE (USRIOSIZE *
PAGE_SIZE
)
/src/sys/arch/powerpc/include/ibm4xx/
vmparam.h
42
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
43
#define PAGE_MASK (
PAGE_SIZE
- 1)
78
#define VM_MAXUSER_ADDRESS ((vaddr_t)0xffff0000-
PAGE_SIZE
)
87
#define VM_MAXUSER_ADDRESS ((vaddr_t)0x80000000-
PAGE_SIZE
)
93
#define VM_PHYS_SIZE (USRIOSIZE *
PAGE_SIZE
)
/src/sys/arch/sh3/include/
vmparam.h
44
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
45
#define PAGE_MASK (
PAGE_SIZE
- 1)
77
#define USRIOSIZE (MAXBSIZE /
PAGE_SIZE
* 8)
80
#define VM_PHYS_SIZE (USRIOSIZE *
PAGE_SIZE
)
/src/sys/arch/sparc/include/
vmparam.h
57
* for machine-independent code. We also try to make
PAGE_SIZE
,
78
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
79
#define PAGE_MASK (
PAGE_SIZE
- 1)
/src/sys/arch/sun2/include/
vmparam.h
47
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
48
#define PAGE_MASK (
PAGE_SIZE
- 1)
103
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/vax/include/
vmparam.h
50
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
51
#define PAGE_MASK (
PAGE_SIZE
- 1)
/src/tests/modules/
t_kcov.c
46
#define
PAGE_SIZE
sysconf(_SC_PAGESIZE)
134
uint64_t size = 2 *
PAGE_SIZE
/ KCOV_ENTRY_SIZE;
138
ATF_CHECK(mmap(NULL,
PAGE_SIZE
, PROT_READ | PROT_WRITE, MAP_SHARED,
143
ATF_REQUIRE((data = mmap(NULL, 2 *
PAGE_SIZE
, PROT_READ | PROT_WRITE,
146
munmap(data, 2 *
PAGE_SIZE
);
156
uint64_t size =
PAGE_SIZE
/ KCOV_ENTRY_SIZE;
162
ATF_CHECK(mmap(NULL,
PAGE_SIZE
, PROT_READ | PROT_WRITE, MAP_SHARED,
172
uint64_t size =
PAGE_SIZE
/ KCOV_ENTRY_SIZE;
178
ATF_CHECK(mmap(NULL,
PAGE_SIZE
, PROT_READ | PROT_WRITE, MAP_SHARED,
188
uint64_t size =
PAGE_SIZE
/ KCOV_ENTRY_SIZE
[
all
...]
/src/sys/arch/powerpc/powerpc/
db_trace.c
63
#define
PAGE_SIZE
((unsigned)sysconf(_SC_PAGESIZE))
200
if (frame <
PAGE_SIZE
)
205
if (frame <
PAGE_SIZE
)
/src/sys/arch/arm/include/arm32/
vmparam.h
87
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
88
#define PAGE_MASK (
PAGE_SIZE
- 1)
93
#define VM_MIN_ADDRESS ((vaddr_t)
PAGE_SIZE
)
95
#define VM_MAXUSER_ADDRESS ((vaddr_t) KERNEL_BASE -
PAGE_SIZE
)
99
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t) -(
PAGE_SIZE
+1))
/src/sys/arch/hpc/stand/hpcboot/arm/
arm_sa1100.cpp
41
#define
PAGE_SIZE
0x1000
arm_pxa2x0.cpp
41
#define
PAGE_SIZE
0x1000
/src/sys/arch/i386/include/
vmparam.h
53
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
54
#define PAGE_MASK (
PAGE_SIZE
- 1)
132
#define NTOPLEVEL_PDES (
PAGE_SIZE
* PDP_SIZE / (sizeof (pd_entry_t)))
147
#define VM_MAXUSER_ADDRESS ((vaddr_t)(PDIR_SLOT_PTE << L2_SHIFT) -
PAGE_SIZE
)
165
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/sparc64/include/
vmparam.h
57
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
58
#define PAGE_MASK (
PAGE_SIZE
- 1)
/src/sys/arch/mips/include/
vmparam.h
66
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
67
#define PAGE_MASK (
PAGE_SIZE
- 1)
147
#define USRIOSIZE (MAXBSIZE/
PAGE_SIZE
* 8)
197
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/uvm/
uvm_param.h
81
#if defined(
PAGE_SIZE
)
84
* If
PAGE_SIZE
is defined at this stage, it must be a constant.
87
#if
PAGE_SIZE
== 0
88
#error Invalid
PAGE_SIZE
definition
92
* If the platform does not need to support a variable
PAGE_SIZE
,
97
#define MIN_PAGE_SIZE
PAGE_SIZE
101
#define MAX_PAGE_SIZE
PAGE_SIZE
104
#else /* !
PAGE_SIZE
*/
107
*
PAGE_SIZE
is not a constant; MIN_PAGE_SIZE and MAX_PAGE_SIZE must
119
#endif /*
PAGE_SIZE
*/
[
all
...]
/src/sys/arch/amd64/include/
vmparam.h
56
#define
PAGE_SIZE
(1 << PAGE_SHIFT)
57
#define PAGE_MASK (
PAGE_SIZE
- 1)
129
#define VM_MAXUSER_ADDRESS (0x00007f8000000000 -
PAGE_SIZE
)
172
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
Completed in 19 milliseconds
1
2
Indexes created Sat Sep 20 22:09:52 GMT 2025