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.c539 local_daif_restore(DAIF_PROCCTX); in el0_da()
557 local_daif_restore(DAIF_PROCCTX); in el0_ia()
565 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_acc()
573 local_daif_restore(DAIF_PROCCTX); in el0_sve_acc()
581 local_daif_restore(DAIF_PROCCTX); in el0_sme_acc()
589 local_daif_restore(DAIF_PROCCTX); in el0_fpsimd_exc()
597 local_daif_restore(DAIF_PROCCTX); in el0_sys()
610 local_daif_restore(DAIF_PROCCTX); in el0_pc()
618 local_daif_restore(DAIF_PROCCTX); in el0_sp()
626 local_daif_restore(DAIF_PROCCTX); in el0_undef()
[all …]
/linux/arch/arm64/include/asm/
H A Ddaifflags.h15 #define DAIF_PROCCTX 0 macro