Searched defs:isread (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 285 bool isread) in access_el3_aa32ns() 302 bool isread) in access_trap_aa32s_el1() 322 bool isread) in access_tpm() 338 bool isread) in access_tvm_trvm() 351 bool isread) in access_tsw() 361 bool isread) in access_tacr() 615 bool isread) in cpacr_access() 633 bool isread) in cptr_access() 874 bool isread) in pmreg_access() 899 bool isread) in pmreg_access_xevcntr() [all …]
|
H A D | debug_helper.c | 789 bool isread) in access_tdosa() 810 bool isread) in access_tdra() 831 bool isread) in access_tda() 848 bool isread) in access_dbgvcr32() 865 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 | 1086 const ARMCPRegInfo *ri, int isread) in cp_access_ok()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb-insns.c | 18 bool isread) in access_ttlb() 28 bool isread) in access_ttlbis() 40 bool isread) in access_ttlbos()
|
H A D | translate-a64.c | 2429 static void gen_sysreg_undef(DisasContext *s, bool isread, in gen_sysreg_undef() 2459 static void handle_sys(DisasContext *s, bool isread, in handle_sys()
|
H A D | translate.c | 2934 bool isread, int rt, int rt2) in do_coproc_insn()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 2271 const ARMCPRegInfo *ri, bool isread) in gicv3_irqfiq_access() 2308 const ARMCPRegInfo *ri, bool isread) in gicv3_dir_access() 2322 const ARMCPRegInfo *ri, bool isread) in gicv3_sgi_access() 2334 const ARMCPRegInfo *ri, bool isread) in gicv3_fiq_access() 2370 const ARMCPRegInfo *ri, bool isread) in gicv3_irq_access()
|
/openbmc/u-boot/drivers/spi/ |
H A D | kirkwood_spi.c | 35 int tm, isread = 0; in _spi_xfer() local
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_smbus.c | 80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode) in rmi_smb_get_command_code()
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 2024 bool isread = (syndrome >> 0) & 1; in hvf_vcpu_exec() local
|