In reply to Geet:
No function exists in uvm_reg_map for adding complete reg block (uvm_reg_map)
So I think you may need to get all the registers in your reg block (uvm_reg_block) and then loop on them to add each register to the different maps.
Hope you find more easer method!