Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kernel/
Dentry-common.c501 local_daif_restore(DAIF_PROCCTX); in el0_da()
519 local_daif_restore(DAIF_PROCCTX); in el0_ia()
527 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_acc()
535 local_daif_restore(DAIF_PROCCTX); in el0_sve_acc()
543 local_daif_restore(DAIF_PROCCTX); in el0_sme_acc()
551 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_exc()
559 local_daif_restore(DAIF_PROCCTX); in el0_sys()
572 local_daif_restore(DAIF_PROCCTX); in el0_pc()
580 local_daif_restore(DAIF_PROCCTX); in el0_sp()
588 local_daif_restore(DAIF_PROCCTX); in el0_undef()
[all …]
Dsyscall.c107 local_daif_restore(DAIF_PROCCTX); in el0_svc_common()
154 local_daif_restore(DAIF_PROCCTX); in el0_svc_common()
Dsmp.c260 local_daif_restore(DAIF_PROCCTX); in secondary_start_kernel()
Dsignal.c1108 local_daif_restore(DAIF_PROCCTX); in do_notify_resume()
/linux-5.19.10/arch/arm64/include/asm/
Ddaifflags.h15 #define DAIF_PROCCTX 0 macro