Home
last modified time | relevance | path

Searched defs:i_addr (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-hw-diags/test/
H A Dsim-hw-access.hpp47 void add(pdbg_target* i_target, uint64_t i_addr, uint64_t i_val) in add()
60 void error(pdbg_target* i_target, uint64_t i_addr) in error()
85 int get(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in get()
137 void add(pdbg_target* i_target, uint32_t i_addr, uint32_t i_val) in add()
150 void error(pdbg_target* i_target, uint32_t i_addr) in error()
175 int get(pdbg_target* i_target, uint32_t i_addr, uint32_t& o_val) in get()
H A Dpdbg-sim-only.cpp40 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom()
61 int getCfam(pdbg_target* i_target, uint32_t i_addr, uint32_t& o_val) in getCfam()
/openbmc/openpower-hw-diags/util/
H A Dpdbg-no-sim.cpp48 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom()
83 int getCfam(pdbg_target* i_target, uint32_t i_addr, uint32_t& o_val) in getCfam()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp133 bool readRegister(pdbg_target* i_chip, Register i_addr, in readRegister()
/openbmc/linux/include/linux/
H A Df2fs_fs.h318 __le32 i_addr[DEF_ADDRS_PER_INODE]; /* Pointers to data blocks */ member
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h196 void *i_addr; /* beginning address of region */ member