Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dmte.c73 uint64_t tco_state = 0; in mte_validate_tco_state() local
75 __asm__ __volatile__ ("mrs %0, TCO" : "=r" (tco_state) ::); in mte_validate_tco_state()
77 if (tco_state != 0) { in mte_validate_tco_state()