Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dentry-common.c603 local_daif_restore(DAIF_PROCCTX); in el0_da()
621 local_daif_restore(DAIF_PROCCTX); in el0_ia()
629 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_acc()
637 local_daif_restore(DAIF_PROCCTX); in el0_sve_acc()
645 local_daif_restore(DAIF_PROCCTX); in el0_sme_acc()
653 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_exc()
661 local_daif_restore(DAIF_PROCCTX); in el0_sys()
674 local_daif_restore(DAIF_PROCCTX); in el0_pc()
682 local_daif_restore(DAIF_PROCCTX); in el0_sp()
690 local_daif_restore(DAIF_PROCCTX); in el0_undef()
[all …]
H A Dsmp.c274 local_daif_restore(DAIF_PROCCTX); in secondary_start_kernel()
/linux-6.15/arch/arm64/include/asm/
H A Ddaifflags.h15 #define DAIF_PROCCTX 0 macro