Searched refs:s1ptw (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 271 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 D | ptw.c | 631 fi->s1ptw = true; in S1_ptw_translate() 647 fi->s1ptw = fi->stage2; in S1_ptw_translate() 834 fi->s1ptw = true; in arm_casq_ptw() 2203 if (fi->s1ptw) { in get_phys_addr_lpae()
|
H A D | internals.h | 596 bool s1ptw; member
|
H A D | helper.c | 3786 if (fi.s1ptw && current_el == 1 in do_ats_write() 3839 fi.ea, 1, fi.s1ptw, 1, fsc); in do_ats_write() 3894 if (fi.s1ptw) { in do_ats_write()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 62 || 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()
|
/openbmc/qemu/target/arm/hvf/ |
H A D | trace-events | 5 … iswrite, bool s1ptw, uint32_t len, uint32_t srt) "data abort: [pc=0x%"PRIx64" va=0x%016"PRIx64" p…
|
H A D | hvf.c | 1976 bool s1ptw = (syndrome >> 7) & 1; in hvf_vcpu_exec() local 1986 iswrite, s1ptw, len, srt); in hvf_vcpu_exec()
|