Searched refs:trapword (Results 1 – 1 of 1) sorted by relevance
822 uint64_t trapword = 0; in HELPER() 830 trapword = env->cp15.fgt_exec[idx]; in HELPER() 833 trapword = env->cp15.fgt_read[idx]; in HELPER() 836 trapword = env->cp15.fgt_write[idx]; in HELPER() 839 trapbit = extract64(trapword, bitpos, 1); in HELPER() 816 uint64_t trapword = 0; HELPER() local