Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/hvf/
H A Dtrace-events5 …4_t pa, bool isv, bool iswrite, bool s1ptw, uint32_t len, uint32_t srt) "data abort: [pc=0x%"PRIx6…
H A Dhvf.c1899 bool isv = syndrome & ARM_EL_ISV; in hvf_vcpu_exec() local
1909 hvf_exit->exception.physical_address, isv, in hvf_vcpu_exec()
1918 assert(isv); in hvf_vcpu_exec()
/openbmc/qemu/target/arm/
H A Dsyndrome.h318 static inline uint32_t syn_swstep(int same_el, int isv, int ex) in syn_swstep() argument
321 | ARM_EL_IL | (isv << 24) | (ex << 6) | 0x22; in syn_swstep()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.h392 static inline void gen_swstep_exception(DisasContext *s, int isv, int ex) in gen_swstep_exception() argument
395 uint32_t syn = syn_swstep(false, isv, ex); in gen_swstep_exception()