Searched refs:mte_option (Results 1 – 2 of 2) sorted by relevance
268 int mte_switch_mode(int mte_option, unsigned long incl_mask) in mte_switch_mode() argument272 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()
59 int mte_switch_mode(int mte_option, unsigned long incl_mask);
Completed in 4 milliseconds