|
bool | gem5::ArmISA::upperAndLowerRange (ThreadContext *tc, ExceptionLevel el) |
|
bool | gem5::ArmISA::calculateTBI (ThreadContext *tc, ExceptionLevel el, uint64_t ptr, bool data) |
|
int | gem5::ArmISA::calculateBottomPACBit (ThreadContext *tc, ExceptionLevel el, bool top_bit) |
|
Fault | gem5::ArmISA::trapPACUse (ThreadContext *tc, ExceptionLevel el) |
|
uint64_t | gem5::ArmISA::addPAC (ThreadContext *tc, ExceptionLevel el, uint64_t ptr, uint64_t modifier, uint64_t k1, uint64_t k0, bool data) |
|
uint64_t | gem5::ArmISA::auth (ThreadContext *tc, ExceptionLevel el, uint64_t ptr, uint64_t modifier, uint64_t k1, uint64_t K0, bool data, uint8_t errorcode) |
|
Fault | gem5::ArmISA::authDA (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::authDB (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::authIA (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::authIB (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::addPACDA (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::addPACDB (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::addPACGA (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::addPACIA (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
Fault | gem5::ArmISA::addPACIB (ThreadContext *tc, uint64_t X, uint64_t Y, uint64_t *out) |
|
void | gem5::ArmISA::stripPAC (ThreadContext *tc, uint64_t A, bool data, uint64_t *out) |
|