Symbol: PAGE_SIZE
regress/sys/uvm/pdsim/pdsim.h
40
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/aarch64/include/vmparam.h
68
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/alpha/include/vmparam.h
57
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/amd64/include/vmparam.h
56
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/amd64/stand/prekern/redef.h
31
#define PAGE_SIZE 4096
sys/arch/arm/include/arm32/vmparam.h
87
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/epoc32/stand/e32boot/include/netbsd.h
30
#define PAGE_SIZE 4096
sys/arch/evbcf/include/vmparam.h
43
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0.cpp
41
#define PAGE_SIZE 0x1000
sys/arch/hpc/stand/hpcboot/arm/arm_sa1100.cpp
41
#define PAGE_SIZE 0x1000
sys/arch/hppa/include/vmparam.h
42
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/i386/include/vmparam.h
53
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/i386/stand/lib/exec.c
118
#define PAGE_SIZE 4096
sys/arch/ia64/include/vmparam.h
137
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/m68k/include/vmparam.h
75
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/mips/include/vmparam.h
66
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/or1k/include/vmparam.h
40
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/powerpc/include/booke/vmparam.h
51
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/powerpc/include/ibm4xx/vmparam.h
42
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/powerpc/include/oea/vmparam.h
46
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/powerpc/powerpc/db_trace.c
63
#define PAGE_SIZE ((unsigned)sysconf(_SC_PAGESIZE))
sys/arch/riscv/include/vmparam.h
50
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/sandpoint/stand/altboot/main.c
495
#define PAGE_SIZE 4096
sys/arch/sh3/include/vmparam.h
44
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/sparc/include/vmparam.h
78
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/sparc64/include/vmparam.h
57
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/usermode/include/vmparam.h
64
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/usermode/include/vmparam.h
73
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/usermode/include/vmparam.h
82
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/arch/vax/include/vmparam.h
50
#define PAGE_SIZE (1 << PAGE_SHIFT)
sys/uvm/uvm_param.h
140
#undef PAGE_SIZE
sys/uvm/uvm_param.h
154
#define PAGE_SIZE (*uvmexp_pagesize) /* size of page */
tests/lib/libnvmm/h_io_assist.c
48
#define PAGE_SIZE 4096
tests/lib/libnvmm/h_mem_assist.c
48
#define PAGE_SIZE 4096
tests/modules/t_kcov.c
46
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
tests/sys/uvm/t_uvm_physseg.c
111
#define PAGE_SIZE (1 << PAGE_SHIFT)
tests/sys/uvm/t_uvm_physseg_load.c
110
#define PAGE_SIZE 4096