Searched refs:USPACE_ALIGN (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/uvm/ |
| H A D | uvm_glue.c | 229 #ifndef USPACE_ALIGN 230 #define USPACE_ALIGN 0 macro 248 (USPACE_ALIGN == 0 || USPACE_ALIGN == PAGE_SIZE)) { in uarea_poolpage_alloc() 271 USPACE_ALIGN, UVM_KMF_WIRED | UVM_KMF_WAITVA); in uarea_poolpage_alloc() 279 (USPACE_ALIGN == 0 || USPACE_ALIGN == PAGE_SIZE)) { in uarea_poolpage_free() 311 USPACE_ALIGN, UVM_KMF_WIRED | in uarea_system_poolpage_alloc() 344 if ((USPACE_ALIGN == 0 && USPACE != PAGE_SIZE) || in uvm_uarea_init() 345 (USPACE_ALIGN % USPACE) != 0) { in uvm_uarea_init() 349 uvm_uarea_cache = pool_cache_init(USPACE, USPACE_ALIGN, 0, flags, in uvm_uarea_init() 352 uvm_uarea_system_cache = pool_cache_init(USPACE, USPACE_ALIGN, in uvm_uarea_init()
|
| /netbsd-src/sys/arch/riscv/include/ |
| H A D | param.h | 79 #define USPACE_ALIGN NBPG macro
|
| /netbsd-src/sys/arch/mips/include/ |
| H A D | mips_param.h | 147 #define USPACE_ALIGN USPACE /* make sure it starts on a even VA */ macro
|
| /netbsd-src/sys/arch/riscv/riscv/ |
| H A D | vm_machdep.c | 145 pmap_limits.avail_end, USPACE_ALIGN, 0, &pglist, 1, 1); in cpu_uarea_alloc()
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | vm_machdep.c | 196 USPACE_ALIGN, 0, &pglist, 1, 1); in cpu_uarea_alloc()
|