Home | History | Annotate | Download | only in priv

Lines Matching refs:Pam

618        && am4->Pam.IR.index + 4 <= 32767) {
619 am4->Pam.IR.index += 4;
2507 return toBool( hregClass(am->Pam.IR.base) == HRcGPR(mode64) &&
2508 hregIsVirtual(am->Pam.IR.base) &&
2509 uInt_fits_in_16_bits(am->Pam.IR.index) );
2511 return toBool( hregClass(am->Pam.RR.base) == HRcGPR(mode64) &&
2512 hregIsVirtual(am->Pam.RR.base) &&
2513 hregClass(am->Pam.RR.index) == HRcGPR(mode64) &&
2514 hregIsVirtual(am->Pam.RR.index) );