Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dentry-common.c555 local_daif_restore(DAIF_PROCCTX); in el0_da()
573 local_daif_restore(DAIF_PROCCTX); in el0_ia()
581 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_acc()
589 local_daif_restore(DAIF_PROCCTX); in el0_sve_acc()
597 local_daif_restore(DAIF_PROCCTX); in el0_sme_acc()
605 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_exc()
613 local_daif_restore(DAIF_PROCCTX); in el0_sys()
626 local_daif_restore(DAIF_PROCCTX); in el0_pc()
634 local_daif_restore(DAIF_PROCCTX); in el0_sp()
642 local_daif_restore(DAIF_PROCCTX); in el0_undef()
[all …]
/linux/arch/arm64/include/asm/
H A Ddaifflags.h15 #define DAIF_PROCCTX 0 macro