Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/arm64/mte/
Dmte_common_util.c255 int mte_switch_mode(int mte_option, unsigned long incl_mask) in mte_switch_mode() argument
259 if (!(mte_option == MTE_SYNC_ERR || mte_option == MTE_ASYNC_ERR || in mte_switch_mode()
260 mte_option == MTE_NONE_ERR || incl_mask <= MTE_ALLOW_NON_ZERO_TAG)) { in mte_switch_mode()
265 if (mte_option == MTE_SYNC_ERR) in mte_switch_mode()
267 else if (mte_option == MTE_ASYNC_ERR) in mte_switch_mode()
269 else if (mte_option == MTE_NONE_ERR) in mte_switch_mode()
Dmte_common_util.h59 int mte_switch_mode(int mte_option, unsigned long incl_mask);