Constants§
- KERNEL_
VADDR_ RANGE - The kernel address space. There are the high canonical addresses defined in most 48-bit width architectures.
- MAX_
NR_ PAGES - MAX_
PADDR - Parameterized maximum physical address.
- MAX_
USERSPACE_ VADDR - The maximum virtual address of user space (non inclusive).
- NR_
ENTRIES - The maximum number of entries in a page table node
- NR_
LEVELS - The maximum level of a page table node.
- PAGE_
SIZE - Page size.