Searched defs:isread (Results 1 – 9 of 9) sorted by relevance
/qemu/target/arm/ |
H A D | helper.c | 290 bool isread) in access_el3_aa32ns() 307 bool isread) in access_trap_aa32s_el1() 327 bool isread) in access_tpm() 343 bool isread) in access_tvm_trvm() 356 bool isread) in access_tsw() 366 bool isread) in access_tacr() 620 bool isread) in cpacr_access() 638 bool isread) in cptr_access() 879 bool isread) in pmreg_access() 904 bool isread) in pmreg_access_xevcntr() [all …]
|
H A D | debug_helper.c | 791 bool isread) in access_tdosa() 812 bool isread) in access_tdra() 833 bool isread) in access_tda() 850 bool isread) in access_dbgvcr32() 867 bool isread) in access_tdcc()
|
H A D | syndrome.h | 164 int isread) in syn_aa64_sysregtrap() 172 int crn, int crm, int rt, int isread, in syn_cp14_rt_trap() 182 int crn, int crm, int rt, int isread, in syn_cp15_rt_trap() 192 int rt, int rt2, int isread, in syn_cp14_rrt_trap() 202 int rt, int rt2, int isread, in syn_cp15_rrt_trap()
|
H A D | cpregs.h | 1087 const ARMCPRegInfo *ri, int isread) in cp_access_ok()
|
/qemu/target/arm/tcg/ |
H A D | tlb-insns.c | 19 bool isread) in access_ttlb() 29 bool isread) in access_ttlbis() 40 bool isread) in access_ttlbos()
|
H A D | translate-a64.c | 2424 static void gen_sysreg_undef(DisasContext *s, bool isread, in gen_sysreg_undef() 2454 static void handle_sys(DisasContext *s, bool isread, in handle_sys()
|
H A D | translate.c | 2924 bool isread, int rt, int rt2) in do_coproc_insn()
|
/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 2270 const ARMCPRegInfo *ri, bool isread) in gicv3_irqfiq_access() 2307 const ARMCPRegInfo *ri, bool isread) in gicv3_dir_access() 2321 const ARMCPRegInfo *ri, bool isread) in gicv3_sgi_access() 2333 const ARMCPRegInfo *ri, bool isread) in gicv3_fiq_access() 2369 const ARMCPRegInfo *ri, bool isread) in gicv3_irq_access()
|
/qemu/target/arm/hvf/ |
H A D | hvf.c | 2025 bool isread = (syndrome >> 0) & 1; in hvf_vcpu_exec() local
|