pmap_early_io_unmap
pmap_early_io_unmap((vm_offset_t)ptr, PAGE_SIZE);
void pmap_early_io_unmap(vm_offset_t va, vm_size_t size);
pmap_early_io_unmap(tmp_fdt_ptr, PAGE_SIZE);
pmap_early_io_unmap(tmp_fdt_ptr, PAGE_SIZE);
pmap_early_io_unmap(start, PAGE_SIZE);
pmap_early_io_unmap(start, PAGE_SIZE);
pmap_early_io_unmap(start, (end - start));