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

  /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/riscv/include/
param.h 79 #define USPACE_ALIGN NBPG
  /src/sys/arch/mips/include/
mips_param.h 159 #define USPACE_ALIGN USPACE /* make sure it starts on a even VA */
  /src/sys/arch/riscv/riscv/
vm_machdep.c 145 pmap_limits.avail_end, USPACE_ALIGN, 0, &pglist, 1, 1);
  /src/sys/arch/mips/mips/
vm_machdep.c 196 USPACE_ALIGN, 0, &pglist, 1, 1);

Completed in 15 milliseconds