Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dentry-common.c514 local_daif_restore(DAIF_PROCCTX); in el0_da()
532 local_daif_restore(DAIF_PROCCTX); in el0_ia()
540 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_acc()
548 local_daif_restore(DAIF_PROCCTX); in el0_sve_acc()
556 local_daif_restore(DAIF_PROCCTX); in el0_sme_acc()
564 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_exc()
572 local_daif_restore(DAIF_PROCCTX); in el0_sys()
585 local_daif_restore(DAIF_PROCCTX); in el0_pc()
593 local_daif_restore(DAIF_PROCCTX); in el0_sp()
601 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.c1117 local_daif_restore(DAIF_PROCCTX); in do_notify_resume()
/linux-6.1.9/arch/arm64/include/asm/
Ddaifflags.h15 #define DAIF_PROCCTX 0 macro