Home
last modified time | relevance | path

Searched refs:USPACE_ALIGN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_glue.c229 #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 Dparam.h79 #define USPACE_ALIGN NBPG macro
/netbsd-src/sys/arch/mips/include/
H A Dmips_param.h147 #define USPACE_ALIGN USPACE /* make sure it starts on a even VA */ macro
/netbsd-src/sys/arch/riscv/riscv/
H A Dvm_machdep.c145 pmap_limits.avail_end, USPACE_ALIGN, 0, &pglist, 1, 1); in cpu_uarea_alloc()
/netbsd-src/sys/arch/mips/mips/
H A Dvm_machdep.c196 USPACE_ALIGN, 0, &pglist, 1, 1); in cpu_uarea_alloc()