Home
last modified time | relevance | path

Searched defs:s1ptw (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dsyndrome.h268 int cm, int s1ptw, int wnr, int fsc) in syn_gpc()
276 static inline uint32_t syn_insn_abort(int same_el, int ea, int s1ptw, int fsc) in syn_insn_abort()
283 int ea, int cm, int s1ptw, in syn_data_abort_no_iss()
295 int ea, int cm, int s1ptw, in syn_data_abort_with_iss()
H A Dinternals.h404 bool s1ptw; member
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1898 bool s1ptw = (syndrome >> 7) & 1; in hvf_vcpu_exec() local