Home
last modified time | relevance | path

Searched defs:isread (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/arm/
H A Dhelper.c285 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 Ddebug_helper.c789 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 Dsyndrome.h164 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 Dcpregs.h1086 const ARMCPRegInfo *ri, int isread) in cp_access_ok()
/openbmc/qemu/target/arm/tcg/
H A Dtlb-insns.c18 bool isread) in access_ttlb()
28 bool isread) in access_ttlbis()
40 bool isread) in access_ttlbos()
H A Dtranslate-a64.c2429 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 Dtranslate.c2934 bool isread, int rt, int rt2) in do_coproc_insn()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c2271 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 Dkirkwood_spi.c35 int tm, isread = 0; in _spi_xfer() local
/openbmc/linux/drivers/input/rmi4/
H A Drmi_smbus.c80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode) in rmi_smb_get_command_code()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c2024 bool isread = (syndrome >> 0) & 1; in hvf_vcpu_exec() local