Searched refs:ISS_DA_FSC (Results 1 – 3 of 3) sorted by relevance
754 fault_code = ISS_DA_FSC(iss); in is_platform_error()825 if (ISS_DA_FSC(ESR_ISS(esr)) == FSC_SYNC_EXT_ABORT) { in sleh_synchronous()1585 *fault_code = ISS_DA_FSC(iss); in inspect_data_abort()3275 is_tag_check_fault(ISS_DA_FSC(ESR_ISS(esr))) && in sleh_panic_lockdown_should_initiate_el1_sp0_sync()3293 if (is_tag_check_fault(ISS_DA_FSC(ESR_ISS(esr)))) { in sleh_panic_lockdown_should_initiate_el1_sp0_sync()
1491 fault_status_t fsc = ISS_DA_FSC(ESR_ISS(esr)); in ctrr_test_ro_fault_handler()1629 …T_EXPECT(ISS_DA_FSC(ESR_ISS(ctrr_exception_esr)) == FSC_PERMISSION_FAULT_L3, "Permission Fault Exp… in ctrr_test_cpu()1670 …T_EXPECT(ISS_DA_FSC(ESR_ISS(ctrr_exception_esr)) == FSC_PERMISSION_FAULT_L3, "Permission Fault Exp… in ctrr_test_cpu()1766 fault_status_t fs = ISS_DA_FSC(ESR_ISS(esr)); in arm64_panic_lockdown_test_exception_handler()
2701 #define ISS_DA_FSC(x) (x & ISS_DA_FSC_MASK) macro