Searched refs:new_gcr_el1 (Results 1 – 1 of 1) sorted by relevance
2248 uint64_t new_gcr_el1 = old_gcr_el1 & ~GCR_EL1_EXCLUDE_MASK; in mte_test() local2249 new_gcr_el1 |= (1 << excluded_tag) << GCR_EL1_EXCLUDE_OFFSET; in mte_test()2250 __builtin_arm_wsr64("GCR_EL1", new_gcr_el1); in mte_test()