OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAGE_SIZE
(Results
1 - 25
of
63
) sorted by relevancy
1
2
3
/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/dev/hyperv/
hypervvar.h
56
} __packed __aligned(
PAGE_SIZE
);
58
__CTASSERT(sizeof(struct hyperv_reftsc) ==
PAGE_SIZE
);
/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/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/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/newsmips/apbus/
dmac3.c
152
for (v = start; v < end; v +=
PAGE_SIZE
) {
154
mips_dcache_wbinv_range(MIPS_PHYS_TO_KSEG0(pa),
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/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/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/sys/external/bsd/drm2/linux/
linux_atomic64.c
61
} atomic64_tab[
PAGE_SIZE
/CACHE_LINE_SIZE] __cacheline_aligned;
62
CTASSERT(sizeof(atomic64_tab) ==
PAGE_SIZE
);
linux_wait_bit.c
52
} waitbittab[
PAGE_SIZE
/CACHE_LINE_SIZE] __cacheline_aligned;
53
CTASSERT(sizeof(waitbittab) ==
PAGE_SIZE
);
/src/sys/arch/amiga/dev/
acafh.c
92
PAGE_SIZE
, 0, UVM_KMF_VAONLY | UVM_KMF_NOWAIT);
102
bus_space_map(aca_rom_t, 0,
PAGE_SIZE
, 0, &aca_rom_h);
120
pmap_remove(vm_map_pmap(kernel_map), aca_rom_vbase, aca_rom_vbase +
PAGE_SIZE
);
123
uvm_km_free(kernel_map, aca_rom_vbase,
PAGE_SIZE
,
165
for (i = ACAFH_BASE; i < ACAFH_END; i +=
PAGE_SIZE
)
/src/sys/arch/evbmips/cavium/
machdep.c
190
static char octeon_nmi_stack[
PAGE_SIZE
] __section(".data1") __aligned(
PAGE_SIZE
);
391
mem_clusters[0].start += cores *
PAGE_SIZE
;
392
mem_clusters[0].size -= cores *
PAGE_SIZE
;
/src/sys/arch/hpc/stand/hpcboot/arm/
arm_sa1100.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
)
Completed in 27 milliseconds
1
2
3
Indexes created Sat Feb 21 01:20:28 UTC 2026