Searched refs:ESR_ELx_FSC (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Desr.h111 #define ESR_ELx_FSC (0x3F) macro
171 #define DISR_EL1_ESR_MASK (ESR_ELx_AET | ESR_ELx_EA | ESR_ELx_FSC)
392 if ((esr & ESR_ELx_FSC) == 0b101011)
H A Dtraps.h93 if ((esr & ESR_ELx_FSC) != ESR_ELx_FSC_SERROR) {
H A Dkvm_emulate.h339 return kvm_vcpu_get_esr(vcpu) & (ESR_ELx_CM | ESR_ELx_WNR | ESR_ELx_FSC);
401 return kvm_vcpu_get_esr(vcpu) & ESR_ELx_FSC;
/linux-master/arch/arm64/mm/
H A Dfault.c59 return fault_info + (esr & ESR_ELx_FSC);
114 pr_alert(" FSC = 0x%02lx: %s\n", (esr & ESR_ELx_FSC),
357 unsigned long fsc = esr & ESR_ELx_FSC;

Completed in 140 milliseconds