Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dplatform_tests.c2248 uint64_t new_gcr_el1 = old_gcr_el1 & ~GCR_EL1_EXCLUDE_MASK; in mte_test() local
2249 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()