Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_FPAC (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/arm64/kernel/
Dentry-common.c514 case ESR_ELx_EC_FPAC: in el1h_64_sync_handler()
775 case ESR_ELx_EC_FPAC: in el0t_64_sync_handler()
Dtraps.c843 [ESR_ELx_EC_FPAC] = "FPAC",
/linux-6.12.1/arch/arm64/include/asm/
Desr.h39 #define ESR_ELx_EC_FPAC UL(0x1C) /* EL1 and above */ macro
/linux-6.12.1/arch/arm64/kvm/
Demulate-nested.c2377 esr |= FIELD_PREP(ESR_ELx_EC_MASK, ESR_ELx_EC_FPAC); in kvm_emulate_nested_eret()