Searched refs:tco_state (Results 1 – 1 of 1) sorted by relevance
73 uint64_t tco_state = 0; in mte_validate_tco_state() local75 __asm__ __volatile__ ("mrs %0, TCO" : "=r" (tco_state) ::); in mte_validate_tco_state()77 if (tco_state != 0) { in mte_validate_tco_state()