Home
last modified time | relevance | path

Searched refs:s1ptw (Results 1 – 7 of 7) sorted by relevance

/qemu/target/arm/
H A Dsyndrome.h271 int cm, int s1ptw, int wnr, int fsc) in syn_gpc() argument
275 | (s1ptw << 7) | (wnr << 6) | 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() argument
281 | ARM_EL_IL | (ea << 9) | (s1ptw << 7) | fsc; in syn_insn_abort()
285 int ea, int cm, int s1ptw, in syn_data_abort_no_iss() argument
290 | (fnv << 10) | (ea << 9) | (cm << 8) | (s1ptw << 7) in syn_data_abort_no_iss()
297 int ea, int cm, int s1ptw, in syn_data_abort_with_iss() argument
305 | (ea << 9) | (cm << 8) | (s1ptw << 7) | (wnr << 6) | fsc; in syn_data_abort_with_iss()
H A Dptw.c610 fi->s1ptw = true; in S1_ptw_translate()
626 fi->s1ptw = fi->stage2; in S1_ptw_translate()
813 fi->s1ptw = true; in arm_casq_ptw()
2181 if (fi->s1ptw) { in get_phys_addr_lpae()
H A Dinternals.h570 bool s1ptw; member
H A Dhelper.c3624 if (fi.s1ptw && current_el == 1 in do_ats_write()
3677 fi.ea, 1, fi.s1ptw, 1, fsc); in do_ats_write()
3732 if (fi.s1ptw) { in do_ats_write()
/qemu/target/arm/tcg/
H A Dtlb_helper.c62 || fi->s1ptw || !fi->stage2) { in merge_syn_data_abort()
64 fi->ea, 0, fi->s1ptw, is_write, fsc); in merge_syn_data_abort()
73 fi->ea, 0, fi->s1ptw, is_write, fsc, in merge_syn_data_abort()
203 0, fi->s1ptw, in arm_deliver_fault()
246 syn = syn_insn_abort(same_el, fi->ea, fi->s1ptw, fsc); in arm_deliver_fault()
/qemu/target/arm/hvf/
H A Dtrace-events5 … iswrite, bool s1ptw, uint32_t len, uint32_t srt) "data abort: [pc=0x%"PRIx64" va=0x%016"PRIx64" p…
H A Dhvf.c1904 bool s1ptw = (syndrome >> 7) & 1; in hvf_vcpu_exec() local
1913 iswrite, s1ptw, len, srt); in hvf_vcpu_exec()