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

/freebsd-10-stable/sys/sparc64/include/
H A Dvmparam.h91 * accessible by ISA DMA and VM_FREELIST_ISADMA is for physical pages
96 #define VM_FREELIST_ISADMA 1 macro
/freebsd-10-stable/sys/i386/include/
H A Dvmparam.h99 * accessible by ISA DMA and VM_FREELIST_ISADMA is for physical pages
104 #define VM_FREELIST_ISADMA 1 macro
/freebsd-10-stable/sys/amd64/include/
H A Dvmparam.h106 * and VM_FREELIST_ISADMA is for physical pages that are accessible by ISA
112 #define VM_FREELIST_ISADMA 2 macro
/freebsd-10-stable/sys/vm/
H A Dvm_phys.c99 #ifdef VM_FREELIST_ISADMA
335 #ifdef VM_FREELIST_ISADMA
379 #ifdef VM_FREELIST_ISADMA
381 vm_freelist_to_flind[VM_FREELIST_ISADMA] = 1;
434 #ifdef VM_FREELIST_ISADMA
436 flind = vm_freelist_to_flind[VM_FREELIST_ISADMA];

Completed in 129 milliseconds