Searched refs:error_lsb (Results 1 – 3 of 3) sorted by relevance
158 int error_lsb = GetTopPACBit(ptr, type) - 2; in AuthPAC() local159 uint64_t error_mask = UINT64_C(0x3) << error_lsb; in AuthPAC()160 return (original_ptr & ~error_mask) | (error_code << error_lsb); in AuthPAC()
3680 int error_lsb = GetTopPACBit(addr, kInstructionPointer) - 2; in Simulator() local3681 if (((addr >> error_lsb) & 0x3) != 0x0) { in Simulator()4078 int error_lsb = GetTopPACBit(address, kInstructionPointer) - 2; in Simulator() local4079 if (((address >> error_lsb) & 0x3) != 0x0) { in Simulator()
233 int error_lsb = GetTopPACBit(ptr, type) - 2; in AuthPAC() local234 uint64_t error_mask = UINT64_C(0x3) << error_lsb; in AuthPAC()238 return (original_ptr & ~error_mask) | (error_code << error_lsb); in AuthPAC()