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

  /src/sys/arch/algor/include/
vmparam.h 13 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/acorn32/include/
vmparam.h 81 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/cats/include/
vmparam.h 80 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/hpcarm/include/
vmparam.h 80 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/iyonix/include/
vmparam.h 80 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/netwinder/include/
vmparam.h 82 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/shark/include/
vmparam.h 81 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/zaurus/include/
vmparam.h 80 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/evbarm/include/
vmparam.h 91 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/evbmips/include/
vmparam.h 18 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/hppa/include/
vmparam.h 102 #define VM_FREELIST_ISADMA 1
  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 195 .bp_freelist = VM_FREELIST_ISADMA,
  /src/sys/arch/algor/algor/
machdep.c 471 .fl_freelist = VM_FREELIST_ISADMA,
  /src/sys/arch/cats/cats/
cats_machdep.c 411 bp->bp_freelist = VM_FREELIST_ISADMA;
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 772 atop(istart + isize), VM_FREELIST_ISADMA);
  /src/sys/arch/hppa/hppa/
pmap.c 774 uvm_page_physload(spa, epa, spa, epa, VM_FREELIST_ISADMA);
777 VM_FREELIST_ISADMA);
  /src/sys/arch/shark/ofw/
ofw.c 908 atop(istart + isize), VM_FREELIST_ISADMA);

Completed in 26 milliseconds