PRF = Physical Register File. In modern CPUs, there are no separate architectural registers, all register state is held in a single very large register file (for example, 180 entries in Intel Skylake) that contains all register data, and the architectural register names are pointers into this file.
This is different from previous approaches where in-flight register data was held in the ROB and later written back into architectural registers.