Home | History | Annotate | Download | only in priv

Lines Matching refs:Pam

527        && am4->Pam.IR.index + 4 <= 32767) {
528 am4->Pam.IR.index += 4;
2009 return toBool( hregClass(am->Pam.IR.base) == HRcGPR(mode64) &&
2010 hregIsVirtual(am->Pam.IR.base) &&
2011 uInt_fits_in_16_bits(am->Pam.IR.index) );
2013 return toBool( hregClass(am->Pam.RR.base) == HRcGPR(mode64) &&
2014 hregIsVirtual(am->Pam.RR.base) &&
2015 hregClass(am->Pam.RR.index) == HRcGPR(mode64) &&
2016 hregIsVirtual(am->Pam.IR.index) );