uaddr_pivot_create
struct uvm_addr_state *uaddr_pivot_create(vaddr_t, vaddr_t);
map->uaddr_any[3] = uaddr_pivot_create(MAX(min, 0x100000000ULL), max);
map->uaddr_any[3] = uaddr_pivot_create(min, max);