Lines Matching refs:syndrome
1071 uint32_t syndrome) in hvf_raise_exception() argument
1078 env->exception.syndrome = syndrome; in hvf_raise_exception()
1895 uint64_t syndrome = hvf_exit->exception.syndrome; in hvf_vcpu_exec() local
1896 uint32_t ec = syn_get_ec(syndrome); in hvf_vcpu_exec()
1962 bool isv = syndrome & ARM_EL_ISV; in hvf_vcpu_exec()
1963 bool iswrite = (syndrome >> 6) & 1; in hvf_vcpu_exec()
1964 bool s1ptw = (syndrome >> 7) & 1; in hvf_vcpu_exec()
1965 uint32_t sas = (syndrome >> 22) & 3; in hvf_vcpu_exec()
1967 uint32_t srt = (syndrome >> 16) & 0x1f; in hvf_vcpu_exec()
1968 uint32_t cm = (syndrome >> 8) & 0x1; in hvf_vcpu_exec()
1999 bool isread = (syndrome >> 0) & 1; in hvf_vcpu_exec()
2000 uint32_t rt = (syndrome >> 5) & 0x1f; in hvf_vcpu_exec()
2001 uint32_t reg = syndrome & SYSREG_MASK; in hvf_vcpu_exec()
2027 if (!(syndrome & WFX_IS_WFE)) { in hvf_vcpu_exec()
2061 trace_hvf_exit(syndrome, ec, env->pc); in hvf_vcpu_exec()