Searched refs:ESR_ELx_FSC (Results 1 – 1 of 1) sorted by relevance
110 #define ESR_ELx_FSC (0x3F) macro180 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)411 esr = esr & ESR_ELx_FSC; in esr_fsc_is_translation_fault()422 esr = esr & ESR_ELx_FSC; in esr_fsc_is_permission_fault()432 esr = esr & ESR_ELx_FSC; in esr_fsc_is_access_flag_fault()
Completed in 5 milliseconds