Move the objects used to create temporary mappings for pmap zero and copy operations to the MD PCPU region. Change sysmap initialization to only allocate KVA pages for cpus that are actually present. As a minor optimization, this also prevents false sharing between adjacent sysmap objects as the PCPU region is cacheline-aligned.
While here, move pc_qmap_addr initialization for BSP into pmap_bootstrap, which allows use of pmap_quick* functions during early boot.