Hello saqlain raza,
As L2MMU_CAMx is actually TLB1 entry not SPR, it does not has a SPR number or index.
You could use below command from Debugger Shell to read those TLB registers:
displaytlb [TLBSetNumber] ?[printInvalid]?
The argrments:
TLBSetNumber: Indicates a number representing the TLB register set that the user wants to print. 0 is for regPPCTLB0 and 1 is for regPPCTLB1
printInvalid: Determines whether only valid TLB register set entries will get displayed or all entries will get displayed. It is an optional argument. If no value is given to this argument, it takes the value, 0, which means only valid TLB register set entries will be displayed in the output. If a non-zero value is given to this argument, then all the TLB register set entries will get displayed in the output.
To use the displaytlb command from:
Window > Show View > Other > Debug > Debugger Shell > enter command "displaytlb 1":

Have a great day,
Lunmin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------