Lines Matching refs:syndrome
1083 uint32_t syndrome) in hvf_raise_exception() argument
1090 env->exception.syndrome = syndrome; in hvf_raise_exception()
1907 uint64_t syndrome = hvf_exit->exception.syndrome; in hvf_vcpu_exec() local
1908 uint32_t ec = syn_get_ec(syndrome); in hvf_vcpu_exec()
1974 bool isv = syndrome & ARM_EL_ISV; in hvf_vcpu_exec()
1975 bool iswrite = (syndrome >> 6) & 1; in hvf_vcpu_exec()
1976 bool s1ptw = (syndrome >> 7) & 1; in hvf_vcpu_exec()
1977 bool sse = (syndrome >> 21) & 1; in hvf_vcpu_exec()
1978 uint32_t sas = (syndrome >> 22) & 3; in hvf_vcpu_exec()
1980 uint32_t srt = (syndrome >> 16) & 0x1f; in hvf_vcpu_exec()
1981 uint32_t cm = (syndrome >> 8) & 0x1; in hvf_vcpu_exec()
2015 bool isread = (syndrome >> 0) & 1; in hvf_vcpu_exec()
2016 uint32_t rt = (syndrome >> 5) & 0x1f; in hvf_vcpu_exec()
2017 uint32_t reg = syndrome & SYSREG_MASK; in hvf_vcpu_exec()
2043 if (!(syndrome & WFX_IS_WFE)) { in hvf_vcpu_exec()
2077 trace_hvf_exit(syndrome, ec, env->pc); in hvf_vcpu_exec()