Searched refs:MTE_IMPLEMENTED_ELX (Results 1 – 2 of 2) sorted by relevance
146 assert(get_armv8_5_mte_support() == MTE_IMPLEMENTED_ELX); in cm_setup_context()156 } else if (mte == MTE_IMPLEMENTED_ELX && security_state == NON_SECURE) { in cm_setup_context()
227 #define MTE_IMPLEMENTED_ELX ULL(2) /* MTE is implemented at all ELs */ macro