Home
last modified time | relevance | path

Searched refs:memory_read (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_open_memory.c53 static ssize_t memory_read(struct archive *, void *, const void **buff);
81 archive_read_set_read_callback(a, memory_read); in archive_read_open_memory2()
108 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read() function
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dread_open_memory.c54 static ssize_t memory_read(struct archive *, void *, const void **buff);
113 archive_read_set_read_callback(a, memory_read); in read_open_memory_internal()
138 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read() function
Dtest_tar_large.c76 static ssize_t memory_read(struct archive *, void *, const void **buff);
119 memory_read(struct archive *a, void *_private, const void **buff) in memory_read() function
266 memory_read, memory_read_skip, NULL); in DEFINE_TEST()
Dtest_write_format_zip_large.c66 static ssize_t memory_read(struct archive *, void *, const void **buff);
117 memory_read(struct archive *a, void *_private, const void **buff) in memory_read() function
295 archive_read_set_read_callback(a, memory_read)); in verify_large_zip()
427 while ((s = memory_read(NULL, fileblocks, (const void **)&p)) > 0) { in DEFINE_TEST()
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dexec.c1235 mexc = memory_read (asi, address, ddata, 2, &ws); in dispatch_instruction()
1237 mexc |= memory_read (asi, address+4, &ddata[1], 2, &ws); in dispatch_instruction()
1259 mexc = memory_read(asi, address, &data, 2, &ws); in dispatch_instruction()
1271 mexc = memory_read(asi, address, &data, 0, &ws); in dispatch_instruction()
1296 mexc = memory_read(asi, address, &data, 0, &ws); in dispatch_instruction()
1318 mexc = memory_read(asi, address, &data, 1, &ws); in dispatch_instruction()
1344 mexc = memory_read(asi, address, &data, 2, &ws); in dispatch_instruction()
1370 mexc = memory_read (asi, address, ddata, 2, &ws); in dispatch_instruction()
1372 mexc |= memory_read (asi, address+4, &ddata[1], 2, &ws); in dispatch_instruction()
1402 mexc = memory_read(asi, address, &data, 2, &ws); in dispatch_instruction()
[all …]
DChangeLog-2021188 (memory_read, memory_write, get_mem_ptr, sis_memory_write)
369 (memory_read, memory_write): Access memory directly.
405 (memory_read): Print message in verbose mode.
414 (mec_write, read_uart, rtc_counter_read, gpt_counter_read, memory_read,
866 * interf.c (sim_open): Use revamped memory_read, which makes
874 (memory_read, memory_write): Rewrite to store bytes in target
882 (memory_read): Add new sz parameter.
883 * sis.c (run_sim): Use revamped memory_read, which makes
885 * exec.c (dispatch_instruction): Use revamped memory_read, which
1214 * erc32.c (mec_reset mec_read mec_write memory_read memory_write),
DREADME.sis158 int memory_read(asi,addr,data,ws)
188 memory_read() is used by the simulator to fetch instructions and
191 (*data) and the number of waitstate to *ws. 'memory_read' should return
193 instruction fetch trap. memory_read() always reads one 32-bit word.
Dsis.h162 extern int memory_read (int32_t asi, uint32_t addr, void *data,
Derc32.c1568 memory_read(int32_t asi, uint32_t addr, void *data, int32_t sz, int32_t *ws) in memory_read() function
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git87002 that the memory_read failed.