Searched refs:USPACE_ALIGN (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_glue.c229 #ifndef USPACE_ALIGN
230 #define USPACE_ALIGN 0 macro
244 if (USPACE == PAGE_SIZE && USPACE_ALIGN == 0) {
269 USPACE_ALIGN, UVM_KMF_WIRED |
278 if (USPACE == PAGE_SIZE && USPACE_ALIGN == 0) {
310 USPACE_ALIGN, UVM_KMF_WIRED |
339 * the backend (USPACE_ALIGN) is sufficient to provide
343 if ((USPACE_ALIGN == 0 && USPACE != PAGE_SIZE) ||
344 (USPACE_ALIGN % USPACE) != 0) {
348 uvm_uarea_cache = pool_cache_init(USPACE, USPACE_ALIGN,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmips_param.h63 #define USPACE_ALIGN USPACE /* make sure it starts on a even VA */ macro
H A Dvmparam.h79 #define USPACE_ALIGN USPACE macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dvm_machdep.c197 USPACE_ALIGN, 0, &pglist, 1, 1);

Completed in 160 milliseconds