Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dplatform_tests.c2247 uint64_t old_gcr_el1 = __builtin_arm_rsr64("GCR_EL1"); in mte_test() local
2248 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()