HomeSort by: relevance | last modified time | path
    Searched defs:USPACE_ALIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/riscv/include/
param.h 79 #define USPACE_ALIGN NBPG
  /src/sys/uvm/
uvm_glue.c 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) |
    [all...]
  /src/sys/arch/mips/include/
mips_param.h 159 #define USPACE_ALIGN USPACE /* make sure it starts on a even VA */

Completed in 11 milliseconds