Lines Matching defs:USPACE_ALIGN
229 #ifndef USPACE_ALIGN
230 #define USPACE_ALIGN 0
248 (USPACE_ALIGN == 0 || USPACE_ALIGN == PAGE_SIZE)) {
271 USPACE_ALIGN, UVM_KMF_WIRED | UVM_KMF_WAITVA);
279 (USPACE_ALIGN == 0 || USPACE_ALIGN == PAGE_SIZE)) {
311 USPACE_ALIGN, UVM_KMF_WIRED |
340 * the backend (USPACE_ALIGN) is sufficient to provide
344 if ((USPACE_ALIGN == 0 && USPACE != PAGE_SIZE) ||
345 (USPACE_ALIGN % USPACE) != 0) {
349 uvm_uarea_cache = pool_cache_init(USPACE, USPACE_ALIGN, 0, flags,
352 uvm_uarea_system_cache = pool_cache_init(USPACE, USPACE_ALIGN,