Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c822 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