Searched refs:log_first_idx (Results 1 - 1 of 1) sorted by relevance

/gem5/src/kern/linux/
H A Dhelpers.cc103 symtab->findAddress("log_first_idx", addr_first) &&
113 uint32_t log_first_idx = local
118 if (log_first_idx >= log_buf_len || log_next_idx >= log_buf_len) {
126 if (log_first_idx < log_next_idx) {
127 length = log_next_idx - log_first_idx;
132 proxy.readBlob(addr_lb + log_first_idx, log_buf.data(), length);
134 const int length_2 = log_buf_len - log_first_idx;
140 proxy.readBlob(addr_lb + log_first_idx, log_buf.data(), length_2);

Completed in 3 milliseconds