Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dsyndrome.h271 int cm, int s1ptw, int wnr, int fsc) in syn_gpc()
278 static inline uint32_t syn_insn_abort(int same_el, int ea, int s1ptw, int fsc) in syn_insn_abort()
285 int ea, int cm, int s1ptw, in syn_data_abort_no_iss()
297 int ea, int cm, int s1ptw, in syn_data_abort_with_iss()
H A Dinternals.h596 bool s1ptw; member
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1964 bool s1ptw = (syndrome >> 7) & 1; in hvf_vcpu_exec() local