Lines Matching full:physical
84 * The physical address space is densely populated.
91 * largest physical address that is accessible by ISA DMA is split
98 * which physical pages are allocated and VM_FREEPOOL_DIRECT is the pool from
99 * which physical pages for page tables and small UMA objects are allocated.
109 * Create up to three free page lists: VM_FREELIST_DMA32 is for physical pages
110 * that have physical addresses below 4G but are not accessible by ISA DMA,
111 * and VM_FREELIST_ISADMA is for physical pages that are accessible by ISA
122 * Create the DMA32 free list only if the number of physical pages above
123 * physical address 4G is at least 16M, which amounts to 64GB of physical
131 * at most 8 PDEs, collectively mapping 16MB of physical memory. By
133 * the physical memory allocator reduces the likelihood of both 2MB
157 * Kernel physical load address for non-UEFI boot and for legacy UEFI loader.
213 * physical memory from zero to KERNend starting at KERNBASE.
252 ("physical address %#jx not covered by the DMAP", \
269 * How many physical pages per kmem arena virtual page.