Home
last modified time | relevance | path

Searched refs:ESR_ELx_FSC_FAULT (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/mm/
Dfault.c248 return fsc_type == ESR_ELx_FSC_FAULT && in is_el1_permission_fault()
262 (esr & ESR_ELx_FSC_TYPE) != ESR_ELx_FSC_FAULT) in is_spurious_el1_translation_fault()
283 return (dfsc & ESR_ELx_FSC_TYPE) != ESR_ELx_FSC_FAULT; in is_spurious_el1_translation_fault()
362 esr |= ESR_ELx_FSC_FAULT; in set_thread_esr()
371 esr |= ESR_ELx_FSC_FAULT; in set_thread_esr()
/arch/arm64/include/asm/
Dkvm_arm.h294 #define FSC_FAULT ESR_ELx_FSC_FAULT
Desr.h108 #define ESR_ELx_FSC_FAULT (0x04) macro