Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry-common.c255 local_daif_restore(DAIF_PROCCTX); in el0_da()
272 local_daif_restore(DAIF_PROCCTX); in el0_ia()
279 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_acc()
286 local_daif_restore(DAIF_PROCCTX); in el0_sve_acc()
293 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_exc()
300 local_daif_restore(DAIF_PROCCTX); in el0_sys()
312 local_daif_restore(DAIF_PROCCTX); in el0_pc()
319 local_daif_restore(DAIF_PROCCTX); in el0_sp()
326 local_daif_restore(DAIF_PROCCTX); in el0_undef()
333 local_daif_restore(DAIF_PROCCTX); in el0_bti()
[all …]
H A Dsyscall.c120 local_daif_restore(DAIF_PROCCTX); in el0_svc_common()
167 local_daif_restore(DAIF_PROCCTX); in el0_svc_common()
H A Dsmp.c275 local_daif_restore(DAIF_PROCCTX); in secondary_start_kernel()
H A Dsignal.c930 local_daif_restore(DAIF_PROCCTX); in do_notify_resume()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Ddaifflags.h15 #define DAIF_PROCCTX 0 macro