Searched refs:mte_ctrl (Results 1 – 4 of 4) sorted by relevance
204 unsigned long mte_ctrl = task->thread.mte_ctrl; in mte_update_sctlr_user() local212 resolved_mte_tcf = (mte_ctrl & pref) ? pref : mte_ctrl; in mte_update_sctlr_user()238 ((task->thread.mte_ctrl >> MTE_CTRL_GCR_USER_EXCL_SHIFT) & in mte_update_gcr_excl()362 u64 mte_ctrl = (~((arg & PR_MTE_TAG_MASK) >> PR_MTE_TAG_SHIFT) & in set_mte_ctrl() local369 mte_ctrl |= MTE_CTRL_TCF_ASYNC; in set_mte_ctrl()371 mte_ctrl |= MTE_CTRL_TCF_SYNC; in set_mte_ctrl()382 mte_ctrl |= MTE_CTRL_TCF_ASYMM; in set_mte_ctrl()384 task->thread.mte_ctrl = mte_ctrl; in set_mte_ctrl()399 u64 mte_ctrl = task->thread.mte_ctrl; in get_mte_ctrl() local400 u64 incl = (~mte_ctrl >> MTE_CTRL_GCR_USER_EXCL_SHIFT) & in get_mte_ctrl()[all …]
56 DEFINE(THREAD_MTE_CTRL, offsetof(struct task_struct, thread.mte_ctrl)); in main()
168 .macro mte_set_gcr, mte_ctrl, tmp170 ubfx \tmp, \mte_ctrl, #MTE_CTRL_GCR_USER_EXCL_SHIFT, #16
170 u64 mte_ctrl; member