Searched refs:old_gcr_el1 (Results 1 – 1 of 1) sorted by relevance
2247 uint64_t old_gcr_el1 = __builtin_arm_rsr64("GCR_EL1"); in mte_test() local2248 uint64_t new_gcr_el1 = old_gcr_el1 & ~GCR_EL1_EXCLUDE_MASK; in mte_test()2274 __builtin_arm_wsr64("GCR_EL1", old_gcr_el1); in mte_test()