KVMPPC_GSE_VSRS_START
#define KVMPPC_GSE_VSRS_COUNT (KVMPPC_GSE_VSRS_END - KVMPPC_GSE_VSRS_START + 1)
if ((iden >= KVMPPC_GSE_VSRS_START) && (iden <= KVMPPC_GSE_VSRS_END))
bit += iden - KVMPPC_GSE_VSRS_START;
iden = KVMPPC_GSE_VSRS_START + bit;