Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/mte/
A Dmte_common_util.c268 int mte_switch_mode(int mte_option, unsigned long incl_mask) in mte_switch_mode() argument
272 if (!(mte_option == MTE_SYNC_ERR || mte_option == MTE_ASYNC_ERR || in mte_switch_mode()
273 mte_option == MTE_NONE_ERR || incl_mask <= MTE_ALLOW_NON_ZERO_TAG)) { in mte_switch_mode()
278 if (mte_option == MTE_SYNC_ERR) in mte_switch_mode()
280 else if (mte_option == MTE_ASYNC_ERR) in mte_switch_mode()
282 else if (mte_option == MTE_NONE_ERR) in mte_switch_mode()
A Dmte_common_util.h59 int mte_switch_mode(int mte_option, unsigned long incl_mask);

Completed in 4 milliseconds