Searched refs:VM_LOWMEM_BOUNDARY (Results 1 – 4 of 4) sorted by relevance
179 #define VM_LOWMEM_BOUNDARY ((vm_paddr_t)0x20000000) macro
107 #define VM_LOWMEM_BOUNDARY (16 << 20) /* 16MB ISA DMA limit */ macro
116 #define VM_LOWMEM_BOUNDARY (16 << 20) /* 16MB ISA DMA limit */ macro
148 #if defined(VM_LOWMEM_BOUNDARY) && defined(VM_DMA32_BOUNDARY)149 CTASSERT(VM_LOWMEM_BOUNDARY < VM_DMA32_BOUNDARY);468 if (paddr < VM_LOWMEM_BOUNDARY && end > VM_LOWMEM_BOUNDARY) { in vm_phys_add_seg()469 vm_phys_create_seg(paddr, VM_LOWMEM_BOUNDARY); in vm_phys_add_seg()470 paddr = VM_LOWMEM_BOUNDARY; in vm_phys_add_seg()506 if (seg->end <= VM_LOWMEM_BOUNDARY) in vm_phys_init()556 if (seg->end <= VM_LOWMEM_BOUNDARY) { in vm_phys_init()