Searched refs:txres (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | helper.c | 491 MemTxResult txres; in dump_address_map() local 506 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map() 507 if (txres != MEMTX_OK || !M68K_UDT_VALID(tia)) { in dump_address_map() 512 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map() 513 if (txres != MEMTX_OK || !M68K_UDT_VALID(tib)) { in dump_address_map() 518 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map() 519 if (txres != MEMTX_OK || !M68K_PDT_VALID(tic)) { in dump_address_map() 524 MEMTXATTRS_UNSPECIFIED, &txres); in dump_address_map() 525 if (txres != MEMTX_OK) { in dump_address_map() 738 MemTxResult txres; in get_physical_address() local [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m_helper.c | 218 MemTxResult txres; in v7m_stack_write() local 259 value, res.f.attrs, &txres); in v7m_stack_write() 260 if (txres != MEMTX_OK) { in v7m_stack_write() 306 MemTxResult txres; in v7m_stack_read() local 334 res.f.phys_addr, res.f.attrs, &txres); in v7m_stack_read() 335 if (txres != MEMTX_OK) { in v7m_stack_read() 1998 MemTxResult txres; in v7m_read_half_insn() local 2020 res.f.phys_addr, res.f.attrs, &txres); in v7m_read_half_insn() 2021 if (txres != MEMTX_OK) { in v7m_read_half_insn() 2043 MemTxResult txres; in v7m_read_sg_stack_word() local [all …]
|