Lines Matching defs:PAGE_SIZE
50 #define PAGE_SIZE (1 << PAGE_SHIFT)
51 #define PAGE_MASK (PAGE_SIZE - 1)
58 * address space. We use PAGE_SIZE instead of 0x800 since these need to be
61 #define USRSTACK (VM_MAXUSER_ADDRESS - PAGE_SIZE) /* Start of user stack */
62 #define USRSTACK32 ((uint32_t)VM_MAXUSER_ADDRESS32 - PAGE_SIZE)
104 #define USRIOSIZE (MAXBSIZE/PAGE_SIZE * 8)
110 #define VM_MIN_ADDRESS ((vaddr_t)PAGE_SIZE)
123 #define VM_MAXUSER_ADDRESS ((vaddr_t)0x0000004000000000 - 16 * PAGE_SIZE)
185 #define RISCV_DIRECTMAP_SIZE (-RISCV_DIRECTMAP_MASK - PAGE_SIZE) /* 128GiB */
209 #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE)