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

/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 Dkvm_emulate.h329 return kvm_vcpu_get_esr(vcpu) & (ESR_ELx_CM | ESR_ELx_WNR | ESR_ELx_FSC);
391 return kvm_vcpu_get_esr(vcpu) & ESR_ELx_FSC;
H A Dtraps.h93 if ((esr & ESR_ELx_FSC) != ESR_ELx_FSC_SERROR) {
/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 193 milliseconds