OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VM_KERNEL_VM_BASE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/include/arm32/
vmparam.h
141
#define
VM_KERNEL_VM_BASE
0xc0000000
143
#define
VM_KERNEL_VM_BASE
0x90000000
147
#define VM_KERNEL_VM_SIZE (VM_KERNEL_VM_END -
VM_KERNEL_VM_BASE
)
/src/sys/arch/riscv/include/
vmparam.h
173
#define
VM_KERNEL_VM_BASE
(VM_MIN_KERNEL_ADDRESS + VM_KERNEL_RESERVED)
174
#define VM_KERNEL_VM_SIZE (VM_MAX_KERNEL_ADDRESS -
VM_KERNEL_VM_BASE
)
/src/sys/arch/aarch64/include/
vmparam.h
157
#define
VM_KERNEL_VM_BASE
(0xffffc00040000000L)
158
#define VM_KERNEL_VM_SIZE (VM_KERNEL_IO_BASE -
VM_KERNEL_VM_BASE
)
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025