UVM Ral Indirect Access

I have a reg_block called A which has 2 indirect registers(address and data), I want to use these 2 indirect registers to access other reg_block’s(B,C,D) registers, I saw uvm has this class: uvm_reg_indirect_data. I want to put regs from those blocks into the param m_tbl, Can it worked?