OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_SIZE
(Results
1 - 25
of
1231
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/external/bsd/drm2/include/asm/
shmparam.h
37
#define SHMLBA
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/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/arch/amd64/stand/prekern/
redef.h
31
#define
PAGE_SIZE
4096
/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/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/mac68k/include/
vmparam.h
84
* Use common m68k definitions to define
PAGE_SIZE
and related constants.
91
* NOTE: HP300 uses HIGHPAGES == (0x100000/
PAGE_SIZE
) for HP/UX compatibility.
94
#define USRSTACK (-HIGHPAGES*
PAGE_SIZE
) /* Start of user stack */
133
#define VM_MAX_ADDRESS ((vaddr_t)(0-(UPAGES*
PAGE_SIZE
)))
135
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t)(0-
PAGE_SIZE
*NPTEPG))
138
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/xen/include/
xen_shm.h
30
#define XENSHM_MAX_PAGES_PER_REQUEST ((MAXPHYS +
PAGE_SIZE
) >> PAGE_SHIFT)
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_pagelist.h
37
#ifndef
PAGE_SIZE
38
#define
PAGE_SIZE
4096
/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/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/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/acorn32/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/cats/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/epoc32/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/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/hp300/include/
vmparam.h
49
* Use common m68k definitions to define
PAGE_SIZE
and related constants.
61
#define USRSTACK (-HIGHPAGES*
PAGE_SIZE
) /* Start of user stack */
64
#define HIGHPAGES (0x100000/
PAGE_SIZE
)
112
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t)(0-
PAGE_SIZE
*NPTEPG*2))
115
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/hpcarm/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/iyonix/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/netwinder/include/
vmparam.h
57
#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/shark/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/arch/zaurus/include/
vmparam.h
55
#define VM_PHYS_SIZE (USRIOSIZE*
PAGE_SIZE
)
/src/sys/external/bsd/drm2/include/linux/
pfn.h
35
#define PFN_UP(N) howmany(N,
PAGE_SIZE
)
Completed in 26 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Oct 17 17:09:57 GMT 2025