Searched refs:ESR_ELx_FSC_FAULT (Results 1 – 3 of 3) sorted by relevance
254 return fsc_type == ESR_ELx_FSC_FAULT && in is_el1_permission_fault()268 (esr & ESR_ELx_FSC_TYPE) != ESR_ELx_FSC_FAULT) in is_spurious_el1_translation_fault()289 return (dfsc & ESR_ELx_FSC_TYPE) != ESR_ELx_FSC_FAULT; in is_spurious_el1_translation_fault()424 esr |= ESR_ELx_FSC_FAULT; in set_thread_esr()433 esr |= ESR_ELx_FSC_FAULT; in set_thread_esr()
113 #define ESR_ELx_FSC_FAULT (0x04) macro
321 #define FSC_FAULT ESR_ELx_FSC_FAULT
Completed in 7 milliseconds