Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dop_helper.c816 uint64_t trapword = 0; in HELPER() local
824 trapword = env->cp15.fgt_exec[idx]; in HELPER()
827 trapword = env->cp15.fgt_read[idx]; in HELPER()
830 trapword = env->cp15.fgt_write[idx]; in HELPER()
833 trapbit = extract64(trapword, bitpos, 1); in HELPER()